diff options
Diffstat (limited to 'filesystems/fs-utils/patches/patch-aa')
-rw-r--r-- | filesystems/fs-utils/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/fs-utils/patches/patch-aa b/filesystems/fs-utils/patches/patch-aa new file mode 100644 index 00000000000..b127fcbfcfd --- /dev/null +++ b/filesystems/fs-utils/patches/patch-aa @@ -0,0 +1,13 @@ +--- usr.bin/du/du.c.orig 2011-04-30 19:09:26.000000000 +0200 ++++ usr.bin/du/du.c 2011-04-30 19:10:22.000000000 +0200 +@@ -51,6 +51,10 @@ + #include <sys/types.h> + #include <sys/stat.h> + ++#ifdef __NetBSD__ ++#include <sys/param.h> ++#endif ++ + #if HAVE_NBCOMPAT_H + #include <nbcompat.h> + #endif |