Module Name: src
Committed By: tnn
Date: Thu Oct 3 20:29:19 UTC 2019
Modified Files:
src/lib/libutil: efun.c
Log Message:
annotate __dead
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libutil/efun.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libutil/efun.c
diff -u src/lib/libutil/efun.c:1.11 src/lib/libutil/efun.c:1.12
--- src/lib/libutil/efun.c:1.11 Thu Oct 3 18:12:44 2019
+++ src/lib/libutil/efun.c Thu Oct 3 20:29:19 2019
@@ -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/
static void (*efunc)(int, const char *, ...) = err;
-static void
+static void __dead
eexit(int e, const char *fmt __unused, ...)
{
exit(e);