Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libutil annotate __dead



details:   https://anonhg.NetBSD.org/src/rev/da8cc47cba80
branches:  trunk
changeset: 454979:da8cc47cba80
user:      tnn <tnn%NetBSD.org@localhost>
date:      Thu Oct 03 20:29:19 2019 +0000

description:
annotate __dead

diffstat:

 lib/libutil/efun.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1a87adfd0839 -r da8cc47cba80 lib/libutil/efun.c
--- a/lib/libutil/efun.c        Thu Oct 03 19:56:16 2019 +0000
+++ b/lib/libutil/efun.c        Thu Oct 03 20:29:19 2019 +0000
@@ -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 @@
 
 static void (*efunc)(int, const char *, ...) = err;
 
-static void 
+static void __dead
 eexit(int e, const char *fmt __unused, ...)
 {
        exit(e);



Home | Main Index | Thread Index | Old Index