summaryrefslogtreecommitdiff
path: root/sysutils/skill/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-20 02:02:51 +0000
committerwiz <wiz>2000-02-20 02:02:51 +0000
commitfa82c78775f1bd9cd677edac39bf462016fe1325 (patch)
treef23b5dd219a6ee0034cc36317b8d19cb4abf2f2f /sysutils/skill/patches
parent12a7d54e7d948ebd6537f5a22cab4d9f37ae0376 (diff)
downloadpkgsrc-fa82c78775f1bd9cd677edac39bf462016fe1325.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')
-rw-r--r--sysutils/skill/patches/patch-aa10
-rw-r--r--sysutils/skill/patches/patch-ab21
2 files changed, 5 insertions, 26 deletions
diff --git a/sysutils/skill/patches/patch-aa b/sysutils/skill/patches/patch-aa
index aa0a7e36c59..394b6d72e34 100644
--- a/sysutils/skill/patches/patch-aa
+++ b/sysutils/skill/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2000/02/19 02:14:09 wiz Exp $
+$NetBSD: patch-aa,v 1.7 2000/02/20 02:02:52 wiz Exp $
---- ./Makefile.orig Wed Oct 28 17:20:26 1998
-+++ ./Makefile Sat Feb 19 03:11:39 2000
-@@ -51,22 +51,22 @@
+--- ./Makefile.orig Tue Feb 8 04:21:15 2000
++++ ./Makefile Sun Feb 20 02:55:27 2000
+@@ -54,22 +54,22 @@
SHELL= /bin/sh
# CONFIGURE: Set location of executable, it's group and mode.
@@ -32,7 +32,7 @@ $NetBSD: patch-aa,v 1.6 2000/02/19 02:14:09 wiz Exp $
SRCS= main.c argparse.c getproc.c
OBJS= main.o argparse.o getproc.o
-@@ -87,20 +87,20 @@
+@@ -90,20 +90,20 @@
install: skill
#(SysV) filepriv -d ${DESTDIR}/${BINDIR}/skill
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.