View | Details | Raw Unified | Return to bug 188744
Collapse All | Expand All

(-)b/emulators/open-vm-tools/files/patch-libvmtools__i18n.c (+18 lines)
Added Link Here
1
--- ./libvmtools/i18n.c.orig	2014-04-17 19:02:44.102203216 +0000
2
+++ ./libvmtools/i18n.c	2014-04-17 19:08:48.881598972 +0000
3
@@ -88,6 +88,7 @@
4
 }
5
 
6
 
7
+#ifdef BUG_ON
8
 /*
9
  ******************************************************************************
10
  * MsgHasMsgID --                                                       */ /**
11
@@ -112,6 +113,7 @@
12
           *(s += MSG_MAGIC_LEN) == '(' &&
13
           strchr(s + 1, ')') != NULL;
14
 }
15
+#endif
16
 
17
 
18
 /*
(-)b/emulators/open-vm-tools/files/patch-modules__freebsd__vmhgfs__channel.h (+11 lines)
Added Link Here
1
--- ./modules/freebsd/vmhgfs/channel.h.orig	2014-04-17 19:09:26.524175474 +0000
2
+++ ./modules/freebsd/vmhgfs/channel.h	2014-04-17 19:09:47.679175031 +0000
3
@@ -21,7 +21,7 @@
4
  */
5
 
6
 #ifndef _HGFS_CHANNEL_H_
7
-#define _HGFS_CHANNEL__H_
8
+#define _HGFS_CHANNEL_H_
9
 
10
 #include "hgfs_kernel.h"
11
 #include "requestInt.h"

Return to bug 188744