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/2931ee91cfdd
branches: trunk
changeset: 334991:2931ee91cfdd
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 4384b558b7a6 -r 2931ee91cfdd 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