diff options
| author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-08 17:02:06 +0000 |
|---|---|---|
| committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-08 17:02:06 +0000 |
| commit | 2324fd2b3d1e15fb7808a7c31fb34a0d55f1e134 (patch) | |
| tree | 9f658e7dedd9f55a6f127f635a337b01cc0be133 /net/cnet/files/patch-ad | |
| parent | f6e09139c46a8820a43b9aa28abd078ac863c2e5 (diff) | |
Update port to 1.5p2
PR: 17234
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'net/cnet/files/patch-ad')
| -rw-r--r-- | net/cnet/files/patch-ad | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/net/cnet/files/patch-ad b/net/cnet/files/patch-ad index f8a4ed61f52d..61d6301ed5a2 100644 --- a/net/cnet/files/patch-ad +++ b/net/cnet/files/patch-ad @@ -1,6 +1,5 @@ -patch-ad: ---- src/compile.c.orig Sun Jan 26 03:42:23 1997 -+++ src/compile.c Sat Feb 13 02:29:14 1999 +--- src/compile.c.orig Wed Apr 21 23:26:23 1999 ++++ src/compile.c Fri Mar 3 07:16:22 2000 @@ -2,6 +2,7 @@ #include <fcntl.h> @@ -9,25 +8,17 @@ patch-ad: #if !defined(MAXPATHLEN) #define MAXPATHLEN 1024 -@@ -25,6 +26,9 @@ +@@ -26,6 +27,9 @@ #elif defined(USE_IRIX5) #include "irix5/compile.c" +#elif defined(USE_FREEBSD) +#include "freebsd/compile.c" + - #elif defined(USE_LINUXAOUT) - #include "linuxaout/compile.c" + #endif -@@ -263,7 +267,6 @@ - int kflag; char **Cflags, *o_file, *c_file; - { - extern int fork _PARAMS((void)); -- extern int execvp _PARAMS((const char *, char **)); - - struct stat stat_c, stat_o; -@@ -483,6 +486,10 @@ +@@ -141,6 +145,10 @@ { #define RECIEVE "[Rr][Ee][Cc][IiEe][Ee][Vv]" |
