diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-04-25 15:39:46 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-04-25 15:39:46 +0000 |
commit | 02342a56b4361733a41c4b87914fb49d9e3c904f (patch) | |
tree | df7ab248314878f617edc30efa645e543438c89c /emulators/open-vm-tools/files/patch-if_vxn.c | |
parent | Stage support. (diff) |
- Fix build on 11-CURRENT by patching:
modules/freebsd/vmhgfs/channel.h [2] [3]
libvmtools/i18n.c [2]
modules/freebsd/vmmemctl/os.c [4]
PR: ports/187426 [1]
PR: ports/188744 [2]
Submitted by: alfred [2]
Submitted by: garga [3]
Submitted by: bdrewery [4]
Diffstat (limited to 'emulators/open-vm-tools/files/patch-if_vxn.c')
-rw-r--r-- | emulators/open-vm-tools/files/patch-if_vxn.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/open-vm-tools/files/patch-if_vxn.c b/emulators/open-vm-tools/files/patch-if_vxn.c deleted file mode 100644 index 4ecf23373968..000000000000 --- a/emulators/open-vm-tools/files/patch-if_vxn.c +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/freebsd/vmxnet/if_vxn.c.orig 2013-11-16 03:47:08.000000000 +0000 -+++ modules/freebsd/vmxnet/if_vxn.c 2013-11-16 03:51:10.000000000 +0000 -@@ -76,6 +76,10 @@ - #include <pci/pcivar.h> - #endif - -+#if __FreeBSD_version >= 1100001 -+#include <net/if_var.h> -+#endif -+ - /* define INLINE the way gcc likes it */ - #define INLINE __inline__ - |