aboutsummaryrefslogtreecommitdiff
path: root/comms/xlog/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'comms/xlog/files/patch-ab')
-rw-r--r--comms/xlog/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/xlog/files/patch-ab b/comms/xlog/files/patch-ab
new file mode 100644
index 000000000000..fa51ce551bcb
--- /dev/null
+++ b/comms/xlog/files/patch-ab
@@ -0,0 +1,13 @@
+--- src/callbacks_qsoframe.c.orig Tue Nov 5 11:02:05 2002
++++ src/callbacks_qsoframe.c Tue Nov 5 11:16:32 2002
+@@ -25,6 +25,10 @@
+ #include <time.h>
+ #include <math.h>
+ #include <ctype.h>
++#ifdef __FreeBSD__
++#include <machine/param.h>
++#include <sys/types.h>
++#endif
+ #include <sys/ipc.h>
+ #include <sys/shm.h>
+ #include <errno.h>