summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-modules::plugin::base::public::nptypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/files/patch-modules::plugin::base::public::nptypes.h')
-rw-r--r--www/seamonkey/files/patch-modules::plugin::base::public::nptypes.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/seamonkey/files/patch-modules::plugin::base::public::nptypes.h b/www/seamonkey/files/patch-modules::plugin::base::public::nptypes.h
deleted file mode 100644
index 84d68d1785da..000000000000
--- a/www/seamonkey/files/patch-modules::plugin::base::public::nptypes.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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