From 45a4dbb95bf05acf21564275082a13cd050aa4ba Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 19 Apr 2010 20:23:00 +0000 Subject: * Do not mark as broken on sparc64. * Fix the build framework so it can successfully #define a wrapper for stat() on those systems where namei() behaves strangely--independent of architecture. --- archivers/gcpio/files/patch-src_filetypes.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 archivers/gcpio/files/patch-src_filetypes.h (limited to 'archivers/gcpio/files') 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 -- cgit v1.2.3