diff options
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" |