Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/xntp/include Pull up revision 1.7 (requested b...
details: https://anonhg.NetBSD.org/src/rev/f7014479f920
branches: netbsd-1-4
changeset: 470171:f7014479f920
user: he <he%NetBSD.org@localhost>
date: Sun Jan 23 12:04:35 2000 +0000
description:
Pull up revision 1.7 (requested by mycroft):
Always do the errno indirection hack, so that non-threaded
libraries get the right errno value when linked with -lpthread.
This means "always include <errno.h> and never declare errno
yourself".
diffstat:
usr.sbin/xntp/include/config.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r c635c86db7ff -r f7014479f920 usr.sbin/xntp/include/config.h
--- a/usr.sbin/xntp/include/config.h Sun Jan 23 12:04:27 2000 +0000
+++ b/usr.sbin/xntp/include/config.h Sun Jan 23 12:04:35 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.6 1998/05/02 15:28:33 christos Exp $ */
+/* $NetBSD: config.h,v 1.6.2.1 2000/01/23 12:04:35 he Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -569,6 +569,9 @@
/* Define if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
+/* Define if <errno.h> does not define the errno variable. */
+/* #undef NEED_DECLARATION_ERRNO */
+
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
Home |
Main Index |
Thread Index |
Old Index