From 0a7bc0f7dd334e5f3c4aa54710103569b192658e Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 8 Apr 2010 23:34:12 +0200 Subject: [PATCH] hotplugd(8): We have __dead2 for __attribute__((__noreturn__)). Why? Don't ask me. --- usr.sbin/hotplugd/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/hotplugd/compat.h b/usr.sbin/hotplugd/compat.h index a298ac8ff8..a497a784b0 100644 --- a/usr.sbin/hotplugd/compat.h +++ b/usr.sbin/hotplugd/compat.h @@ -12,4 +12,4 @@ struct syslog_data { #define SYSLOG_DATA_INIT {-1, 0, 0, 0, (const char *)0, LOG_USER, 0xff} #define syslog_r(_a, _b, _c...) syslog(_a, _c) -#define __dead +#define __dead __dead2 -- 2.41.0