diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2002-11-05 19:14:30 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2002-11-05 19:14:30 +0000 |
commit | 8eecc07db54f3714de68a37a4cc3d2eaa5d54e8e (patch) | |
tree | cc4c4f6556294d7eff52ec4e0c800fe4d9911bed /comms/xlog/files/patch-ab | |
parent | Mark 2 targets as .PHONY in main Makefile. Fixes 2 PRs that both complain (diff) |
Create port for xlog, an amateur radio logging app
Diffstat (limited to 'comms/xlog/files/patch-ab')
-rw-r--r-- | comms/xlog/files/patch-ab | 13 |
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> |