8e053ee7cb
enhancements: - Simple command-line tools to interface with VMware host - Guest OS scripts that can be triggered by the VMware host - Startup script When compiled with X11 support (the default), this release also provides: - GTK+-based GUI to configure time sync, device connections, and scripts - Helper application to interface with the xf86-video-vmware driver, enabling dynamic screen resize
14 lines
356 B
Text
14 lines
356 B
Text
$NetBSD: patch-ap,v 1.2 2008/08/31 06:36:48 scottr Exp $
|
|
|
|
--- lib/include/guest_os.h.orig 2008-08-08 02:01:52.000000000 -0500
|
|
+++ lib/include/guest_os.h
|
|
@@ -298,6 +298,9 @@ typedef enum GuestOSFamilyType {
|
|
/* FreeBSD */
|
|
#define STR_OS_FREEBSD "FreeBSD"
|
|
|
|
+/* NetBSD */
|
|
+#define STR_OS_NETBSD "NetBSD"
|
|
+
|
|
/* Solaris */
|
|
#define STR_OS_SOLARIS "Solaris"
|
|
|