summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-modules::plugin::base::public::nptypes.h
blob: 84d68d1785da22fad892cd69080f50ef9af91e3a (plain) (blame)
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