diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2010-01-02 16:29:44 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2010-01-02 16:29:44 +0000 |
commit | 5fc5a0bb73cb52b68233c83c28e9beea8492be60 (patch) | |
tree | 1e7feddcd34c88bd5b859a4b87058c0c382b0dad /emulators/open-vm-tools/files/patch-ghIntegrationX11.c | |
parent | Bump copyright year to 2010 (diff) |
Upgrade open-vm-tools to build 210370 (PR 142112)
Fix complile on FreeBSD 9
Add missing pkg-plist files
PR: ports/142112 (partly)
Submitted by: Steve Wills <steve@mouf.net>
Notes
Notes:
svn path=/head/; revision=247004
Diffstat (limited to 'emulators/open-vm-tools/files/patch-ghIntegrationX11.c')
-rw-r--r-- | emulators/open-vm-tools/files/patch-ghIntegrationX11.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/open-vm-tools/files/patch-ghIntegrationX11.c b/emulators/open-vm-tools/files/patch-ghIntegrationX11.c deleted file mode 100644 index 31b61101857f..000000000000 --- a/emulators/open-vm-tools/files/patch-ghIntegrationX11.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/ghIntegration/ghIntegrationX11.c.orig 2009-02-18 17:02:42.000000000 +0900 -+++ lib/ghIntegration/ghIntegrationX11.c 2009-03-24 19:18:47.000000000 +0900 -@@ -62,7 +62,9 @@ - #include "imageUtil.h" - #include "strutil.h" - #include <paths.h> -+#if defined(linux) - #include <mntent.h> -+#endif - #include "vm_atomic.h" - #include "ghIntegration.h" - #include "ghIntegrationInt.h" |