summaryrefslogtreecommitdiff
path: root/news/crashmail/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'news/crashmail/files/patch-ac')
-rw-r--r--news/crashmail/files/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/news/crashmail/files/patch-ac b/news/crashmail/files/patch-ac
new file mode 100644
index 000000000000..39ba61f64e47
--- /dev/null
+++ b/news/crashmail/files/patch-ac
@@ -0,0 +1,16 @@
+--- src/shared/types.h.orig Wed May 16 00:39:05 2001
++++ src/shared/types.h Tue Jan 21 17:59:12 2003
+@@ -2,8 +2,12 @@
+ #define SHARED_TYPES_H
+
+ #ifdef PLATFORM_LINUX
+-#define NO_TYPEDEF_ULONG
+ #define NO_TYPEDEF_USHORT
++#if defined(__FreeBSD__)
++#include <sys/types.h>
++#else
++#define NO_TYPEDEF_ULONG
++#endif
+ #endif
+
+ #ifndef NO_TYPEDEF_ULONG