Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sup/source quit is dead



details:   https://anonhg.NetBSD.org/src/rev/8741647d89fc
branches:  trunk
changeset: 448666:8741647d89fc
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 06 17:21:51 2019 +0000

description:
quit is dead

diffstat:

 usr.sbin/sup/source/supextern.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 81a20c8f7139 -r 8741647d89fc usr.sbin/sup/source/supextern.h
--- a/usr.sbin/sup/source/supextern.h   Wed Feb 06 16:57:30 2019 +0000
+++ b/usr.sbin/sup/source/supextern.h   Wed Feb 06 17:21:51 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: supextern.h,v 1.26 2019/02/06 15:43:13 christos Exp $  */
+/*     $NetBSD: supextern.h,v 1.27 2019/02/06 17:21:51 christos Exp $  */
 
 struct stat;
 
@@ -43,7 +43,7 @@
 
 /* quit.c */
 void quit(int, const char *, ...)
-       __attribute__((__format__(__printf__, 2, 3)));
+       __attribute__((__format__(__printf__, 2, 3))) __dead;
 
 /* read_line.c */
 char *read_line(FILE *, size_t *, size_t *, const char[3], int);



Home | Main Index | Thread Index | Old Index