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 is not always done (it returns, it ...



details:   https://anonhg.NetBSD.org/src/rev/94d6bf4d6857
branches:  trunk
changeset: 448940:94d6bf4d6857
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 14 17:08:54 2019 +0000

description:
done is not always done (it returns, it is not dead)

diffstat:

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

diffs (18 lines):

diff -r ab0f20382765 -r 94d6bf4d6857 usr.sbin/sup/source/supextern.h
--- a/usr.sbin/sup/source/supextern.h   Thu Feb 14 14:40:07 2019 +0000
+++ b/usr.sbin/sup/source/supextern.h   Thu Feb 14 17:08:54 2019 +0000
@@ -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 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)));
 



Home | Main Index | Thread Index | Old Index