diff options
author | mbr <mbr@FreeBSD.org> | 2008-03-31 13:40:04 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2008-03-31 13:40:04 +0000 |
commit | b1cb1a45ef5cc731b26e0a037599e74fa6d5b10b (patch) | |
tree | 505e1363c225006b8b4c98c574df9acc179564fd /emulators | |
parent | 9ca78bd8ba9a8e11a357b02e714f994669dfccfe (diff) | |
download | FreeBSD-ports-b1cb1a45ef5cc731b26e0a037599e74fa6d5b10b.zip FreeBSD-ports-b1cb1a45ef5cc731b26e0a037599e74fa6d5b10b.tar.gz |
Add missing header.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/files/patch-freebsd8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-freebsd8 b/emulators/open-vm-tools/files/patch-freebsd8 index 13513b9..e690741 100644 --- a/emulators/open-vm-tools/files/patch-freebsd8 +++ b/emulators/open-vm-tools/files/patch-freebsd8 @@ -283,3 +283,13 @@ vput(lowervp); /* +--- modules/freebsd/vmblock/vfsops.c.orig 2008-03-31 15:25:38.000000000 +0200 ++++ modules/freebsd/vmblock/vfsops.c 2008-03-31 15:30:09.000000000 +0200 +@@ -52,6 +52,7 @@ + #include <sys/lock.h> + #include <sys/malloc.h> + #include <sys/mount.h> ++#include <sys/fcntl.h> + #include <sys/namei.h> + #include <sys/proc.h> + #include <sys/vnode.h> |