aboutsummaryrefslogtreecommitdiff
path: root/archivers/gcpio/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-04-19 20:23:00 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-04-19 20:23:00 +0000
commit45a4dbb95bf05acf21564275082a13cd050aa4ba (patch)
tree9a28cba12cbc59b26bd918907c006395f930bbd0 /archivers/gcpio/files
parenta244d5fdf8264497a0801bb212d29900081bd7db (diff)
downloadports-45a4dbb95bf05acf21564275082a13cd050aa4ba.tar.gz
ports-45a4dbb95bf05acf21564275082a13cd050aa4ba.zip
Notes
Diffstat (limited to 'archivers/gcpio/files')
-rw-r--r--archivers/gcpio/files/patch-src_filetypes.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/gcpio/files/patch-src_filetypes.h b/archivers/gcpio/files/patch-src_filetypes.h
new file mode 100644
index 000000000000..baa94df2d128
--- /dev/null
+++ b/archivers/gcpio/files/patch-src_filetypes.h
@@ -0,0 +1,12 @@
+--- src/filetypes.h.orig 2010-04-19 22:01:16.000000000 +0200
++++ src/filetypes.h 2010-04-19 22:04:16.000000000 +0200
+@@ -81,5 +81,9 @@
+ #ifndef S_ISLNK
+ #define lstat stat
+ #endif
++#ifndef lstat
+ int lstat ();
++#endif
++#ifndef stat
+ int stat ();
++#endif