pkgsrc/net/icb/patches/patch-ab
hubertf 4825e883ec Split patches and add code to print time in front of each line.
Needs to be switched on from .icbrc: oset printtime true.
Bump version to 5.0.9pl1 for that.
1999-11-26 22:12:36 +00:00

14 lines
508 B
Text

$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 */