diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-23 10:37:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-23 10:37:55 +0000 |
commit | e37e595f03dd72b2c47ec5699b73ffcc8e00400b (patch) | |
tree | 45c7fa47bcb105d2555caaea97ddad84273284b7 /archivers | |
parent | 47ee458c798aee69ef68a8be8994c174e9c569e9 (diff) | |
download | ports-e37e595f03dd72b2c47ec5699b73ffcc8e00400b.tar.gz ports-e37e595f03dd72b2c47ec5699b73ffcc8e00400b.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip/files/patch-ac | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/archivers/bzip/files/patch-ac b/archivers/bzip/files/patch-ac index b56d85c0af6b..ca210ce4094f 100644 --- a/archivers/bzip/files/patch-ac +++ b/archivers/bzip/files/patch-ac @@ -1,6 +1,14 @@ --- bzip.c.orig Sat Sep 28 03:32:05 1996 +++ bzip.c Sat Sep 28 03:37:53 1996 -@@ -3132,11 +3132,6 @@ +@@ -114,6 +114,7 @@ + --*/ + + #if BZ_UNIX_32 ++ #include <sys/types.h> + #include <utime.h> + #include <unistd.h> + #if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) /* stdlib already included above */ +@@ -3132,11 +3133,6 @@ signal (SIGBUS, mySIGSEGVorSIGBUScatcher); #endif @@ -12,7 +20,7 @@ #if DEBUG if ( ! (argc > 1 && strcmp ( "-Q", argv[1] ) == 0) ) fprintf ( stderr, "BZIP: *** compiled with debugging ON ***\n" ); -@@ -3206,6 +3201,12 @@ +@@ -3206,6 +3202,12 @@ exit ( 1 ); break; } |