diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-07-07 12:36:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-07-07 12:36:30 +0000 |
commit | c565016206a9be3236f4d1bbab9df66647e7cdd7 (patch) | |
tree | 7ef14e0e7658e9b64dc316ee41da386c779f5c05 | |
parent | - Fix installation when the user sets WITH_TAGLIB, using port >= required ver... (diff) |
Fix compilation on 6.X.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=216452
-rw-r--r-- | sysutils/fusefs-libs/files/patch-lib_mount_bsd.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c b/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c new file mode 100644 index 000000000000..8bc349838e47 --- /dev/null +++ b/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c @@ -0,0 +1,10 @@ +--- lib/mount_bsd.c.orig 2008-07-07 08:01:09.000000000 +0200 ++++ lib/mount_bsd.c 2008-07-07 08:01:59.000000000 +0200 +@@ -10,6 +10,7 @@ + #include "fuse_misc.h" + #include "fuse_opt.h" + ++#include <sys/param.h> + #include <sys/stat.h> + #include <sys/wait.h> + #include <sys/sysctl.h> |