summaryrefslogtreecommitdiff
path: root/net/icb/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/icb/patches/patch-ab')
-rw-r--r--net/icb/patches/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/icb/patches/patch-ab b/net/icb/patches/patch-ab
deleted file mode 100644
index 4ac73ed09ca..00000000000
--- a/net/icb/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1999/11/26 22:12:37 hubertf Exp $
-
-diff -x *.orig -urN ./icb/c_shell.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/c_shell.c
---- ./icb/c_shell.c Fri Feb 24 22:20:19 1995
-+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/c_shell.c Fri Nov 26 22:56:29 1999
-@@ -14,7 +14,7 @@
- static char *usage = "usage: c_shell [command]";
- int w, pid;
- int shellout = 0;
-- union wait status;
-+ int status;
- char *shell, *getenv();
-
- /* disallow use if restricted mode set */