Author: mturk
Date: Wed Mar 28 22:22:47 2007
New Revision: 523564

URL: http://svn.apache.org/viewvc?view=rev&rev=523564
Log:
Fix #41976 by adding Open BSD to the list of BSD* platforms

Modified:
    tomcat/connectors/trunk/jni/native/os/unix/system.c

Modified: tomcat/connectors/trunk/jni/native/os/unix/system.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/unix/system.c?view=diff&rev=523564&r1=523563&r2=523564
==============================================================================
--- tomcat/connectors/trunk/jni/native/os/unix/system.c (original)
+++ tomcat/connectors/trunk/jni/native/os/unix/system.c Wed Mar 28 22:22:47 2007
@@ -95,7 +95,7 @@
     else if (type == 6)
         return JNI_TRUE;
 #endif
-#if defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
     else if (type == 7)
         return JNI_TRUE;
 #endif



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to