summaryrefslogtreecommitdiff
path: root/news/crashmail/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'news/crashmail/files/patch-ae')
-rw-r--r--news/crashmail/files/patch-ae21
1 files changed, 21 insertions, 0 deletions
diff --git a/news/crashmail/files/patch-ae b/news/crashmail/files/patch-ae
new file mode 100644
index 000000000000..5e8fc25ee63b
--- /dev/null
+++ b/news/crashmail/files/patch-ae
@@ -0,0 +1,21 @@
+--- src/jamlib/jam.h.orig Mon Sep 18 02:22:08 2000
++++ src/jamlib/jam.h Tue Jan 21 18:01:07 2003
+@@ -32,13 +32,18 @@
+ #ifndef __JAM_H__
+ #define __JAM_H__
+
++#include <sys/types.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <ctype.h>
+
+ #ifndef linux
++#if defined(__FreeBSD__)
++typedef u_long ulong; /* must be 32 bits wide */
++#else
+ typedef unsigned short ushort; /* must be 16 bits wide */
+ typedef unsigned long ulong; /* must be 32 bits wide */
++#endif
+ #endif
+
+ typedef unsigned char uchar; /* must be 8 bits wide */