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/sup/source Pull up revision 1.19 (requested by...
details: https://anonhg.NetBSD.org/src/rev/91c606dff55c
branches: netbsd-1-4
changeset: 470167:91c606dff55c
user: he <he%NetBSD.org@localhost>
date: Sun Jan 23 12:04:02 2000 +0000
description:
Pull up revision 1.19 (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/sup/source/supfilesrv.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r d7f26ae68502 -r 91c606dff55c usr.sbin/sup/source/supfilesrv.c
--- a/usr.sbin/sup/source/supfilesrv.c Sun Jan 23 12:03:53 2000 +0000
+++ b/usr.sbin/sup/source/supfilesrv.c Sun Jan 23 12:04:02 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: supfilesrv.c,v 1.16.4.1 1999/04/12 21:27:10 pk Exp $ */
+/* $NetBSD: supfilesrv.c,v 1.16.4.2 2000/01/23 12:04:02 he Exp $ */
/*
* Copyright (c) 1992 Carnegie Mellon University
@@ -256,7 +256,6 @@
#define MSGFILE
#include "supmsg.h"
-extern int errno;
int maxchildren;
/*
Home |
Main Index |
Thread Index |
Old Index