summaryrefslogtreecommitdiff
path: root/comms/kpsk/files/patch-ab
diff options
context:
space:
mode:
authorPatrick S. Gardella <patrick@FreeBSD.org>2002-11-03 00:30:26 +0000
committerPatrick S. Gardella <patrick@FreeBSD.org>2002-11-03 00:30:26 +0000
commitbbf6d7f322e88be5b27622ff2cdee0f60e2a3181 (patch)
treec2b08f8d122ccf892e6440587e42961280d0c77a /comms/kpsk/files/patch-ab
parentUpdate modules: bind8-1.020-6, file-1.020-4, lpadmin-1.020-6, (diff)
Create a port for kpsk, a PSK-31 radio package for amateur radio users
Diffstat (limited to 'comms/kpsk/files/patch-ab')
-rw-r--r--comms/kpsk/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/kpsk/files/patch-ab b/comms/kpsk/files/patch-ab
new file mode 100644
index 000000000000..c745b731655e
--- /dev/null
+++ b/comms/kpsk/files/patch-ab
@@ -0,0 +1,12 @@
+--- kpsk/server/server-main.C.orig Mon Oct 21 22:07:45 2002
++++ kpsk/server/server-main.C Wed Oct 23 07:11:02 2002
+@@ -18,6 +18,9 @@
+ * mutex operations for accesing en-/decoder classes from en/decoding
+ * thread and from user interface thread (==interface functions)
+ */
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+
+ #include <sys/mman.h>
+