diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-14 16:09:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-14 16:09:39 +0000 |
commit | 004697d45d2a5ed5a4c4e83cbd12ac53fbf114d9 (patch) | |
tree | 2413bc4495482d5286bfb8cf26f9cb86dd88ef0a /comms/linrad/files/patch-tune.c | |
parent | Update to 2.0.99 and make fetcheable again. (diff) |
Add linrad, Amateur Radio DSP utility (SDR)
PR: ports/68873
Submitted by: Diane Bruce <db@heceta.db.net>
Diffstat (limited to 'comms/linrad/files/patch-tune.c')
-rw-r--r-- | comms/linrad/files/patch-tune.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/linrad/files/patch-tune.c b/comms/linrad/files/patch-tune.c new file mode 100644 index 000000000000..641da1db0441 --- /dev/null +++ b/comms/linrad/files/patch-tune.c @@ -0,0 +1,15 @@ +--- tune.c.orig Tue May 18 09:43:30 2004 ++++ tune.c Fri Jul 9 12:25:02 2004 +@@ -1,10 +1,9 @@ + +- +-#include <sys/io.h> ++#include <sys/types.h> + #include <vga.h> + #include <vgagl.h> + #include <unistd.h> +- ++#include <machine/cpufunc.h> + #include "globdef.h" + #include "uidef.h" + #include "fft1def.h" |