diff options
author | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
commit | c14570556499bf6fff1ea3aae45ddfecf11f6e64 (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/icb/patches/patch-ab | |
parent | 457d8e87adf2eec3c960d68d946b92357ed076e8 (diff) | |
download | pkgsrc-c14570556499bf6fff1ea3aae45ddfecf11f6e64.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/icb/patches/patch-ab')
-rw-r--r-- | chat/icb/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/icb/patches/patch-ab b/chat/icb/patches/patch-ab new file mode 100644 index 00000000000..b9c2492ed00 --- /dev/null +++ b/chat/icb/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 00:36:37 wiz 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 */ |