diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /net-im/icb/files/patch-o-ad | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'net-im/icb/files/patch-o-ad')
-rw-r--r-- | net-im/icb/files/patch-o-ad | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/net-im/icb/files/patch-o-ad b/net-im/icb/files/patch-o-ad deleted file mode 100644 index f50110f139d6..000000000000 --- a/net-im/icb/files/patch-o-ad +++ /dev/null @@ -1,36 +0,0 @@ -*** tcl/tclCmdAH.c.orig Sat Feb 25 03:19:53 1995 ---- tcl/tclCmdAH.c Wed May 6 18:54:07 1998 -*************** -*** 38,45 **** ---- 38,51 ---- - #include <sys/wait.h> - #include "tclInt.h" - -+ #if (defined(__unix__) || defined(unix)) && !defined(USG) -+ #include <sys/param.h> -+ #endif -+ - extern int errno; -+ #if !(defined(BSD) && BSD >= 199306) - extern long lseek(); -+ #endif - extern char *mktemp(); - - /* -*************** -*** 627,633 **** - while (1) { - int child; - -! child = wait(&status); - if (child == -1) { - sprintf(interp->result, - "child process disappeared mysteriously"); ---- 633,639 ---- - while (1) { - int child; - -! child = wait((int *)&status); - if (child == -1) { - sprintf(interp->result, - "child process disappeared mysteriously"); |