diff options
author | agc <agc@pkgsrc.org> | 1999-09-29 14:04:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-09-29 14:04:34 +0000 |
commit | 62f435774c7575800a105636986df3466a295f79 (patch) | |
tree | 90066b99ab454de1d5c4f6e1691621d4663022f4 /sysutils/top/patches | |
parent | 12eaebd7eb65d80e177ddb51392ebfe6da72b08c (diff) | |
download | pkgsrc-62f435774c7575800a105636986df3466a295f79.tar.gz |
Update to top version 3.5beta9.
Changes since beta7:
Fri Dec 18 1998 - wnl (3.5beta9)
Configure checks status of "make" and complains if it fails.
Thu Dec 17 1998 - wnl (3.5beta9)
Added module sco5 from Mike Hopkirk.
Added module netbsd132 from moto kawasaki.
Sun Oct 25 1998 - wnl (3.5beta9)
Added Casper's patches for sunos5 for the following:
produce same results as swap -s (5.5 and higher),
don't use system_pages kstat when /dev/kmem can be opened,
skip . and .. when reading /proc, replace use of SOLARIS24
with OSREV.
Fri Sep 11 1998 - wnl (3.5beta9)
Added workaround to getans for the absence of $< in SCO Unix.
Wed Jul 1 1998 - wnl (3.5beta9)
Changed structure member "errno" to "errnum" in commands.c.
Replaced hpux10 module with one from John Haxby.
Fri Apr 17 1998 - wnl (3.5beta8)
Moved definition of _KMEMUSER earlier in m_sunos5.c. This should
fix the compilation problem with gnu 2.7.2.3, obviating the need
for the fixinc.svr4 patch, but hopefully will not affect anything
else.
Added -DORDER to m_sunos4mp.c
Diffstat (limited to 'sysutils/top/patches')
-rw-r--r-- | sysutils/top/patches/patch-ad | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/top/patches/patch-ad b/sysutils/top/patches/patch-ad deleted file mode 100644 index 3145d4d1fb5..00000000000 --- a/sysutils/top/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.2 1998/08/07 11:14:10 agc Exp $ - ---- os.h.orig Wed Nov 19 04:35:03 1997 -+++ os.h Mon Feb 16 20:58:01 1998 -@@ -30,7 +30,5 @@ - - /* some systems declare sys_errlist in stdio.h! */ - #if defined(__NetBSD__) || defined(__FreeBSD__) --#if !defined(__m68k__) - #define SYS_ERRLIST_DECLARED --#endif - #endif |