diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-15 10:07:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-15 10:07:12 +0000 |
commit | 08aa64d648d3874a0455b043b666ea014f1d940d (patch) | |
tree | 6506d02fba4ca14251128ca98a209a984bbf2d68 /devel/cutils/files | |
parent | a077bdd1fe7ba75555a6def9edec0049d6c2bb97 (diff) |
Notes
Diffstat (limited to 'devel/cutils/files')
-rw-r--r-- | devel/cutils/files/patch-aa | 104 |
1 files changed, 5 insertions, 99 deletions
diff --git a/devel/cutils/files/patch-aa b/devel/cutils/files/patch-aa index 0d2dfc37cd13..f5cec2b3e625 100644 --- a/devel/cutils/files/patch-aa +++ b/devel/cutils/files/patch-aa @@ -1,104 +1,10 @@ ---- ./src/cdecl/cdecl.c.org Thu Nov 14 07:27:45 1996 -+++ ./src/cdecl/cdecl.c Tue Mar 25 03:11:57 1997 -@@ -31,6 +31,10 @@ - +--- ./src/cinfo/cinfo/cinfo.c.org Wed Mar 26 05:58:10 1997 ++++ ./src/cinfo/cinfo/cinfo.c Sun Jun 15 01:46:08 1997 +@@ -31,6 +31,7 @@ #include <stdio.h> #include <stdlib.h> -+/* needed for getopt() declarations */ -+#if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+#include <unistd.h> -+#endif #include <string.h> - #include <err.h> - ---- ./src/cinfo/cinfo/cinfo.c.org Thu Nov 14 07:27:49 1996 -+++ ./src/cinfo/cinfo/cinfo.c Tue Mar 25 03:16:33 1997 -@@ -32,6 +32,10 @@ - #include <ctype.h> - #include <stdio.h> - #include <stdlib.h> -+/* needed for getopt() declarations */ -+#if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+#include <unistd.h> -+#endif - #include <string.h> - #include <err.h> ++#include <sys/types.h> #include <dirent.h> ---- ./src/cinfo/cinfoc/cinfoc.c.org Tue Nov 26 06:55:25 1996 -+++ ./src/cinfo/cinfoc/cinfoc.c Tue Mar 25 03:11:57 1997 -@@ -31,6 +31,10 @@ - - #include <stdio.h> - #include <stdlib.h> -+/* needed for getopt() declarations */ -+#if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+#include <unistd.h> -+#endif - #include <string.h> - #include <err.h> - ---- ./src/cinfo/cinfodc/cinfodc.c.org Tue Nov 26 06:55:26 1996 -+++ ./src/cinfo/cinfodc/cinfodc.c Tue Mar 25 03:11:57 1997 -@@ -31,6 +31,10 @@ - - #include <stdio.h> - #include <stdlib.h> -+/* needed for getopt() declarations */ -+#if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+#include <unistd.h> -+#endif - #include <err.h> - - #include "version.h" ---- ./src/chilight/chilight.c.org Sun Dec 8 06:07:28 1996 -+++ ./src/chilight/chilight.c Tue Mar 25 03:11:57 1997 -@@ -31,6 +31,10 @@ - - #include <stdio.h> - #include <stdlib.h> -+/* needed for getopt() declarations */ -+#if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+#include <unistd.h> -+#endif - #include <string.h> - #include <err.h> - ---- ./src/cundecl/cundecl.c.org Thu Nov 14 07:27:54 1996 -+++ ./src/cundecl/cundecl.c Tue Mar 25 03:11:57 1997 -@@ -31,6 +31,10 @@ - - #include <stdio.h> - #include <stdlib.h> -+/* needed for getopt() declarations */ -+#if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+#include <unistd.h> -+#endif - #include <string.h> - #include <err.h> - ---- ./src/yyextract/yyextract.c.org Thu Nov 14 07:27:57 1996 -+++ ./src/yyextract/yyextract.c Tue Mar 25 03:11:58 1997 -@@ -31,6 +31,10 @@ - - #include <stdio.h> - #include <stdlib.h> -+/* needed for getopt() declarations */ -+#if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+#include <unistd.h> -+#endif - #include <string.h> - #include <err.h> - ---- ./src/yyref/yyref.c.org Thu Nov 14 07:27:58 1996 -+++ ./src/yyref/yyref.c Tue Mar 25 03:11:58 1997 -@@ -31,6 +31,10 @@ - - #include <stdio.h> - #include <stdlib.h> -+/* needed for getopt() declarations */ -+#if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+#include <unistd.h> -+#endif - #include <string.h> + #include <unistd.h> #include <err.h> - |