summaryrefslogblamecommitdiffstats
path: root/deskutils/sunbird/files/patch-modules_plugin_base_public_nptypes.h
blob: 84d68d1785da22fad892cd69080f50ef9af91e3a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                        
--- modules/plugin/base/public/nptypes.h.orig   Sun Sep  5 18:56:55 2004
+++ modules/plugin/base/public/nptypes.h    Thu Oct 21 19:29:29 2004
@@ -73,7 +73,7 @@
   #if defined(bsdi) || defined(OPENBSD)
   typedef u_int32_t uint32_t;
 
-  #if defined(bsdi)
+  #if defined(bsdi) || defined(__FreeBSD__)
   #if !defined(__cplusplus)
     typedef int bool;
   #endif