summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ad
blob: 9f7676627970c079e3b8329ffdc1f601e423500b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.7 2009/08/05 02:43:47 tnn Exp $

--- xpcom/io/nsLocalFileUnix.h.orig	2009-06-29 18:15:32.000000000 +0200
+++ xpcom/io/nsLocalFileUnix.h
@@ -75,7 +75,7 @@
 #endif
 
 // so we can statfs on freebsd
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || ((defined(__DragonFly__) || defined(__NetBSD__)) && !defined(HAVE_STATVFS))
     #define HAVE_SYS_STATFS_H
     #define STATFS statfs
     #include <sys/param.h>