summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authortnn <tnn@NetBSD.org>2019-10-03 20:29:19 +0000
committertnn <tnn@NetBSD.org>2019-10-03 20:29:19 +0000
commitbbb019d85f36096ce8fac1ddd204c8238d3b0953 (patch)
tree5a1a517bf8362d27bb41670eb5c477a1a00781d8 /lib/libutil
parent53066aefc7951270f63b1cddade9692d269388f1 (diff)
annotate __dead
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/efun.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/efun.c b/lib/libutil/efun.c
index bdbbd8a9ef2..a275b5dfd39 100644
--- a/lib/libutil/efun.c
+++ b/lib/libutil/efun.c
@@ -1,4 +1,4 @@
-/* $NetBSD: efun.c,v 1.11 2019/10/03 18:12:44 christos Exp $ */
+/* $NetBSD: efun.c,v 1.12 2019/10/03 20:29:19 tnn Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifdef __RCSID
-__RCSID("$NetBSD: efun.c,v 1.11 2019/10/03 18:12:44 christos Exp $");
+__RCSID("$NetBSD: efun.c,v 1.12 2019/10/03 20:29:19 tnn Exp $");
#endif
#include <err.h>
@@ -49,7 +49,7 @@ __RCSID("$NetBSD: efun.c,v 1.11 2019/10/03 18:12:44 christos Exp $");
static void (*efunc)(int, const char *, ...) = err;
-static void
+static void __dead
eexit(int e, const char *fmt __unused, ...)
{
exit(e);