diff options
author | taya <taya@pkgsrc.org> | 2004-04-23 15:32:04 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-04-23 15:32:04 +0000 |
commit | f5ecb9898deb8eb38e8833c518858813957a63b8 (patch) | |
tree | a3532fc6dcd175215c0667b69efd4fd6cf000fa0 /www/mozilla/patches | |
parent | d9791bfb109eb4d0dbb3bf5146d8740fd7431acf (diff) | |
download | pkgsrc-f5ecb9898deb8eb38e8833c518858813957a63b8.tar.gz |
catch up to current statvfs support
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r-- | www/mozilla/patches/patch-bq | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla/patches/patch-bq b/www/mozilla/patches/patch-bq index d07d6000a9a..a649880647d 100644 --- a/www/mozilla/patches/patch-bq +++ b/www/mozilla/patches/patch-bq @@ -1,14 +1,14 @@ -$NetBSD: patch-bq,v 1.4 2004/01/17 00:04:49 taya Exp $ +$NetBSD: patch-bq,v 1.5 2004/04/23 15:32:04 taya Exp $ diff -ru ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h --- ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h 2003-07-19 07:14:16.000000000 +0900 -+++ ./xpcom/io/nsLocalFileUnix.h 2004-01-16 23:18:06.000000000 +0900 ++++ ./xpcom/io/nsLocalFileUnix.h 2004-04-23 15:01:23.000000000 +0900 @@ -57,7 +57,7 @@ #endif // so we can statfs on freebsd -#if defined(__FreeBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || (defined(__NetBSD__) && !defined(HAVE_STATVFS)) #define HAVE_SYS_STATFS_H #define STATFS statfs #include <sys/param.h> |