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-modules__freebsd__vmhgfs__channel.h | |
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-modules__freebsd__vmhgfs__channel.h')
-rw-r--r-- | emulators/open-vm-tools/files/patch-modules__freebsd__vmhgfs__channel.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-modules__freebsd__vmhgfs__channel.h b/emulators/open-vm-tools/files/patch-modules__freebsd__vmhgfs__channel.h new file mode 100644 index 000000000000..e2bac2529c37 --- /dev/null +++ b/emulators/open-vm-tools/files/patch-modules__freebsd__vmhgfs__channel.h @@ -0,0 +1,11 @@ +--- modules/freebsd/vmhgfs/channel.h.orig 2014-04-23 15:36:34.432844311 +0000 ++++ modules/freebsd/vmhgfs/channel.h 2014-04-23 15:36:44.389843756 +0000 +@@ -21,7 +21,7 @@ + */ + + #ifndef _HGFS_CHANNEL_H_ +-#define _HGFS_CHANNEL__H_ ++#define _HGFS_CHANNEL_H_ + + #include "hgfs_kernel.h" + #include "requestInt.h" |