diff options
Diffstat (limited to 'comms/kpsk/files/patch-ac')
-rw-r--r-- | comms/kpsk/files/patch-ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/comms/kpsk/files/patch-ac b/comms/kpsk/files/patch-ac deleted file mode 100644 index dc9f911b20fc..000000000000 --- a/comms/kpsk/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ ---- kpsk/modes/psk31-transmitter.C.orig Thu Oct 24 10:44:21 2002 -+++ kpsk/modes/psk31-transmitter.C Thu Oct 24 10:46:41 2002 -@@ -11,7 +11,11 @@ - #include <errno.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#ifdef __FreeBSD__ -+#include <sys/soundcard.h>
-+#else - #include <linux/soundcard.h>
-+#endif - #include <sys/ioctl.h>
- #include "psk31-coder.h"
- #include "psk31-transmitter.h"
|