$OpenBSD: patch-hotspot_src_share_vm_runtime_vm_version_cpp,v 1.6 2009/05/23 03:03:25 kurt Exp $
--- hotspot/src/share/vm/runtime/vm_version.cpp.orig	Fri May  8 03:30:37 2009
+++ hotspot/src/share/vm/runtime/vm_version.cpp	Fri May 15 17:50:17 2009
@@ -140,7 +140,8 @@ const char* Abstract_VM_Version::vm_release() {
 
 #define OS       LINUX_ONLY("linux")             \
                  WINDOWS_ONLY("windows")         \
-                 SOLARIS_ONLY("solaris")
+                 SOLARIS_ONLY("solaris")         \
+                 BSD_ONLY("bsd")
 
 #define CPU      IA32_ONLY("x86")                \
                  IA64_ONLY("ia64")               \
