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/timed/timed Pull up revision 1.5 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/9cdfa8431a89
branches:  netbsd-1-4
changeset: 470169:9cdfa8431a89
user:      he <he%NetBSD.org@localhost>
date:      Sun Jan 23 12:04:21 2000 +0000

description:
Pull up revision 1.5 (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/timed/timed/globals.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4b88ef766530 -r 9cdfa8431a89 usr.sbin/timed/timed/globals.h
--- a/usr.sbin/timed/timed/globals.h    Sun Jan 23 12:04:13 2000 +0000
+++ b/usr.sbin/timed/timed/globals.h    Sun Jan 23 12:04:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: globals.h,v 1.4 1997/10/17 08:56:00 mrg Exp $  */
+/*     $NetBSD: globals.h,v 1.4.4.1 2000/01/23 12:04:21 he Exp $       */
 
 /*-
  * Copyright (c) 1985 The Regents of the University of California.
@@ -36,7 +36,7 @@
  */
 
 #ifdef sgi
-#ident "$Revision: 1.4 $"
+#ident "$Revision: 1.4.4.1 $"
 #endif
 
 #include <sys/param.h>
@@ -68,7 +68,6 @@
 #define        SECDAY  (24*SECHR)
 #endif /* sgi */
 
-extern int errno;
 extern int sock;
 
 /* Best expected round trip for a measurement.



Home | Main Index | Thread Index | Old Index