summaryrefslogtreecommitdiff
path: root/sysutils/skill/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-20 02:02:51 +0000
committerwiz <wiz@pkgsrc.org>2000-02-20 02:02:51 +0000
commite8ccd949e3a95354c2fe0a1ba42aadae7dd93bfa (patch)
treef23b5dd219a6ee0034cc36317b8d19cb4abf2f2f /sysutils/skill/patches/patch-ab
parentf76c8cd43a995895e5a92b8c884074d6bb6c76a3 (diff)
downloadpkgsrc-e8ccd949e3a95354c2fe0a1ba42aadae7dd93bfa.tar.gz
updated to skill 3.7.9, since author incorporated patch. Changes:
Skill Version 3.7, Patch #8 [affects all] - pid #4 not special for Solaris [from JD Paul <jdpaul@staff.juno.com>] - generic Linux /proc code [from Michael Smith <michael@csuite.ns.ca>] - prevent compiler code reorder of SysErr() call in main() - New OSes: Linux 2.2, Compaq Tru64 Unix 5.0, SCO UnixWare 7.0.1 - Fixed GuessOS for Tru64 Unix and AIX 4.3 - no-ctrling-tty support for: Linux, AIX, HPUX 10/11, SysVr4 (Solaris) - Rewrite of Linux GetProc(). - Larger errbuf for 4.4BSD [Thomas Klausner <wiz@danbala.tuwien.ac.at>]
Diffstat (limited to 'sysutils/skill/patches/patch-ab')
-rw-r--r--sysutils/skill/patches/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/skill/patches/patch-ab b/sysutils/skill/patches/patch-ab
deleted file mode 100644
index 1194122fd89..00000000000
--- a/sysutils/skill/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2000/02/19 02:03:13 wiz Exp $
-
---- ./machdep/bsd-44.c.orig Tue Jan 5 18:23:42 1999
-+++ ./machdep/bsd-44.c Sat Feb 19 02:51:38 2000
-@@ -144,6 +144,7 @@
- #define _ALLPROCFLAG KINFO_PROC_ALL
- #else
- #include <sys/sysctl.h>
-+#include <limits.h>
- #define _ALLPROCFLAG KERN_PROC_ALL
- #endif
-
-@@ -170,7 +171,7 @@
- static int nproc = -1;
- static struct kinfo_proc *aproc;
- static kvm_t *kd = NULL;
-- char errbuf[256];
-+ char errbuf[_POSIX2_LINE_MAX];
-
- /*
- * If this is our first time here, prepare to read procs from kernel.