Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp/dist/sntp/libopts I will let others decide ...



details:   https://anonhg.NetBSD.org/src/rev/db83289d34aa
branches:  trunk
changeset: 805133:db83289d34aa
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 19 20:48:55 2014 +0000

description:
I will let others decide if we should grow this wart...

diffstat:

 external/bsd/ntp/dist/sntp/libopts/autoopts.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 4b324fc05dd5 -r db83289d34aa external/bsd/ntp/dist/sntp/libopts/autoopts.h
--- a/external/bsd/ntp/dist/sntp/libopts/autoopts.h     Fri Dec 19 20:46:47 2014 +0000
+++ b/external/bsd/ntp/dist/sntp/libopts/autoopts.h     Fri Dec 19 20:48:55 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoopts.h,v 1.6 2014/12/19 20:43:19 christos Exp $    */
+/*     $NetBSD: autoopts.h,v 1.7 2014/12/19 20:48:55 christos Exp $    */
 
 
 /*
@@ -34,7 +34,11 @@
 
 #ifndef AUTOGEN_AUTOOPTS_H
 #define AUTOGEN_AUTOOPTS_H
+#if 0
 #include <stdnoreturn.h>
+#else
+#define noreturn __dead
+#endif
 
 #define AO_NAME_LIMIT           127
 #define AO_NAME_SIZE            ((size_t)(AO_NAME_LIMIT + 1))



Home | Main Index | Thread Index | Old Index