mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
356 B
Plaintext
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"
|
|
|