diff options
Diffstat (limited to 'www/mozilla/patches/patch-bq')
-rw-r--r-- | www/mozilla/patches/patch-bq | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mozilla/patches/patch-bq b/www/mozilla/patches/patch-bq deleted file mode 100644 index b6ebd997f81..00000000000 --- a/www/mozilla/patches/patch-bq +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-bq,v 1.8 2004/06/21 14:14:01 taya Exp $ - -diff -ru ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h ---- ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h 2004-01-15 15:14:13.000000000 +0900 -+++ ./xpcom/io/nsLocalFileUnix.h 2004-06-10 23:07:36.000000000 +0900 -@@ -57,7 +57,7 @@ - #endif - - // so we can statfs on freebsd --#if defined(__FreeBSD__) -+#if defined(__FreeBSD__) || (defined(__NetBSD__) && !defined(HAVE_STATVFS)) - #define HAVE_SYS_STATFS_H - #define STATFS statfs - #include <sys/param.h> |