$OpenBSD: patch-modules_plugin_base_public_nptypes_h,v 1.2 2005/12/20 23:44:00 bernd Exp $
--- modules/plugin/base/public/nptypes.h.orig	Thu May 19 23:49:42 2005
+++ modules/plugin/base/public/nptypes.h	Sat Sep 10 09:27:13 2005
@@ -67,10 +67,8 @@
 
   /*
    * BSD/OS ships no header that defines uint32_t, nor bool (for C)
-   * OpenBSD ships no header that defines uint32_t and using its bool macro is
-   * unsafe.
    */
-  #if defined(bsdi) || defined(OPENBSD)
+  #if defined(bsdi)
   typedef u_int32_t uint32_t;
 
   #if !defined(__cplusplus)
@@ -78,7 +76,7 @@
   #endif
   #else
   /*
-   * FreeBSD defines uint32_t and bool.
+   * FreeBSD, and OpenBSD defines uint32_t and bool.
    */
     #include <inttypes.h>
     #include <stdbool.h>
