mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix compilation on 6.X.
Approved by: maintainer
This commit is contained in:
parent
47000cbeb9
commit
c565016206
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216452
1 changed files with 10 additions and 0 deletions
10
sysutils/fusefs-libs/files/patch-lib_mount_bsd.c
Normal file
10
sysutils/fusefs-libs/files/patch-lib_mount_bsd.c
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue