summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/gcpio/patches/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/gcpio/patches/patch-ac b/archivers/gcpio/patches/patch-ac
new file mode 100644
index 00000000000..7808dc3334e
--- /dev/null
+++ b/archivers/gcpio/patches/patch-ac
@@ -0,0 +1,19 @@
+--- filetypes.h.orig Sun Jul 19 01:53:46 1992
++++ filetypes.h Thu Mar 5 13:20:46 1998
+@@ -80,5 +80,3 @@
+ #ifndef S_ISLNK
+ #define lstat stat
+ #endif
+-int lstat ();
+-int stat ();
+--- main.c.orig Wed Nov 30 19:24:21 1994
++++ main.c Thu Mar 5 13:22:28 1998
+@@ -492,7 +492,7 @@
+ bzero (zeros_512, 512);
+ }
+
+-void
++int
+ main (argc, argv)
+ int argc;
+ char *argv[];