ports/emulators/open-vm-tools/files/patch-lib_include_guest__os.h
Josh Paetzel dd74544a2b Update to 10.1.10
Improvements include:

  - Improved OS detection and reporting for FreeBSD 11 and 12.
  - Improved networking resume for DHCP FreeBSD guests.
  - Check for Xen, VirtualPC etc., only if VMware not detected.
  - Improve timesync when the offset is large.

Full changelog is available at:
https://github.com/vmware/open-vm-tools/blob/master/open-vm-tools/ChangeLog

PR:	221194
2017-08-29 16:43:48 +00:00

12 lines
379 B
C

--- lib/include/guest_os.h.orig 2017-07-28 21:59:15 UTC
+++ lib/include/guest_os.h
@@ -493,7 +493,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
#define STR_OS_WIN_64_BIT_EXTENSION ", 64-bit"
/* FreeBSD */
-#define STR_OS_FREEBSD "freeBSD"
+#define STR_OS_FREEBSD "freeBSD"
+#define STR_OS_FREEBSD11 "freeBSD11"
/* Solaris */
#define STR_OS_SOLARIS "solaris"