1 --- src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h.orig	2020-05-13 19:46:34 UTC
2 +++ src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h
3 @@ -72,14 +72,6 @@
4      #define STATFS statfs
5  #endif
6 
7 -// so we can statfs on freebsd
8 -#if defined(__FreeBSD__)
9 -    #define HAVE_SYS_STATFS_H
10 -    #define STATFS statfs
11 -    #include <sys/param.h>
12 -    #include <sys/mount.h>
13 -#endif
14 -
15  class NS_COM nsLocalFile : public nsILocalFile
16  {
17  public:
18