freebsd-ports/emulators/open-vm-tools/files/patch-libvmtools__i18n.c
Steve Wills 02342a56b4 - 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]
2014-04-25 15:39:46 +00:00

18 lines
447 B
C

--- libvmtools/i18n.c.orig 2014-04-17 19:02:44.102203216 +0000
+++ libvmtools/i18n.c 2014-04-17 19:08:48.881598972 +0000
@@ -88,6 +88,7 @@
}
+#ifdef BUG_ON
/*
******************************************************************************
* MsgHasMsgID -- */ /**
@@ -112,6 +113,7 @@
*(s += MSG_MAGIC_LEN) == '(' &&
strchr(s + 1, ')') != NULL;
}
+#endif
/*