lol
at v192 15 lines 413 B view raw
1Fix Darwin builds. 2 3From <http://git.savannah.gnu.org/cgit/cpio.git/commit/?id=3a7a1820d4cecbd77c7b74c785af5942510bf080>. 4See also <http://lists.gnu.org/archive/html/bug-cpio/2010-07/msg00001.html>. 5 6diff --git a/src/filetypes.h b/src/filetypes.h 7index f80faab..81f0c32 100644 8--- a/src/filetypes.h 9+++ b/src/filetypes.h 10@@ -81,5 +81,3 @@ 11 #ifndef S_ISLNK 12 #define lstat stat 13 #endif 14-int lstat (); 15-int stat ();