Module Name: src
Committed By: christos
Date: Thu Feb 14 17:08:54 UTC 2019
Modified Files:
src/usr.sbin/sup/source: supextern.h
Log Message:
done is not always done (it returns, it is not dead)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/sup/source/supextern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sup/source/supextern.h
diff -u src/usr.sbin/sup/source/supextern.h:1.27 src/usr.sbin/sup/source/supextern.h:1.28
--- src/usr.sbin/sup/source/supextern.h:1.27 Wed Feb 6 12:21:51 2019
+++ src/usr.sbin/sup/source/supextern.h Thu Feb 14 12:08:54 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: supextern.h,v 1.27 2019/02/06 17:21:51 christos Exp $ */
+/* $NetBSD: supextern.h,v 1.28 2019/02/14 17:08:54 christos Exp $ */
struct stat;
@@ -133,7 +133,7 @@ int recvreg(TREE *, int, struct stat *);
int copyfile(char *, char *);
void finishup(int);
void done(int, const char *, ...)
- __attribute__((__format__(__printf__, 2, 3))) __dead;
+ __attribute__((__format__(__printf__, 2, 3)));
void goaway(const char *, ...)
__attribute__((__format__(__printf__, 1, 2)));