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 done returns if !dontjump
details: https://anonhg.NetBSD.org/src/rev/26e183675926
branches: trunk
changeset: 996699:26e183675926
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 06 15:43:13 2019 +0000
description:
done returns if !dontjump
diffstat:
usr.sbin/sup/source/supextern.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0d41e72b4d81 -r 26e183675926 usr.sbin/sup/source/supextern.h
--- a/usr.sbin/sup/source/supextern.h Wed Feb 06 15:42:31 2019 +0000
+++ b/usr.sbin/sup/source/supextern.h Wed Feb 06 15:43:13 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: supextern.h,v 1.25 2019/02/03 12:13:37 mrg Exp $ */
+/* $NetBSD: supextern.h,v 1.26 2019/02/06 15:43:13 christos Exp $ */
struct stat;
@@ -43,7 +43,7 @@
/* quit.c */
void quit(int, const char *, ...)
- __attribute__((__format__(__printf__, 2, 3))) __dead;
+ __attribute__((__format__(__printf__, 2, 3)));
/* read_line.c */
char *read_line(FILE *, size_t *, size_t *, const char[3], int);
Home |
Main Index |
Thread Index |
Old Index