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