Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/top Pull up revision 1.5 (requested by mycroft):
details: https://anonhg.NetBSD.org/src/rev/1254c6b786bd
branches: netbsd-1-4
changeset: 470160:1254c6b786bd
user: he <he%NetBSD.org@localhost>
date: Sun Jan 23 12:03:05 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.bin/top/commands.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 569de2731a03 -r 1254c6b786bd usr.bin/top/commands.c
--- a/usr.bin/top/commands.c Sun Jan 23 12:02:57 2000 +0000
+++ b/usr.bin/top/commands.c Sun Jan 23 12:03:05 2000 +0000
@@ -31,8 +31,6 @@
#include "utils.h"
#include "commands.h"
-extern int errno;
-
extern char *copyright;
/* imported from screen.c */
Home |
Main Index |
Thread Index |
Old Index