2013-09-26 17:14:40 +02:00

15 lines
356 B
Plaintext

$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"