diff options
Diffstat (limited to 'x11-fm/xplore/files/patch-xplore.h')
-rw-r--r-- | x11-fm/xplore/files/patch-xplore.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-fm/xplore/files/patch-xplore.h b/x11-fm/xplore/files/patch-xplore.h deleted file mode 100644 index 5ef4668f66dd..000000000000 --- a/x11-fm/xplore/files/patch-xplore.h +++ /dev/null @@ -1,20 +0,0 @@ ---- xplore.h.orig Wed Aug 14 23:26:59 2002 -+++ xplore.h Fri Aug 8 13:17:09 2003 -@@ -26,7 +26,7 @@ - #ifdef hpux - #pragma alloca - #else --#if defined(__NetBSD__) || defined(__OpenBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - #pragma alloca - #else - #include <alloca.h> -@@ -64,7 +64,7 @@ - #ifdef USE_STATVFS - #include <sys/statvfs.h> - #else --#if defined(__NetBSD__) || defined(__OpenBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - #include <sys/param.h> - #include <sys/mount.h> - #else |