10 lines
234 B
Diff
10 lines
234 B
Diff
|
--- cpio-2.11/src/filetypes.h.orig 2012-04-16 13:56:47.579785054 +0200
|
||
|
+++ cpio-2.11/src/filetypes.h 2012-04-16 13:56:24.155050830 +0200
|
||
|
@@ -82,4 +82,6 @@
|
||
|
#define lstat stat
|
||
|
#endif
|
||
|
int lstat ();
|
||
|
+#ifndef stat
|
||
|
int stat ();
|
||
|
+#endif
|