mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
the realtime ARQ modes pactor 1, amtor, gtor without a ptc, only with a soundcard and a pc and linux(FreeBSD), all of which need not be the newest. The core of hf, the heart of the program (hfkernel) is a real master-piece of code, it has originally been made by Tom Sailer, many thanks Tom! hf can also do MT63 and has a CW elbug function. WWW: http://www.hf.webmasternet.org - Diane Bruce, VA3DB db@db.net PR: ports/101452 Submitted by: db
13 lines
281 B
C++
13 lines
281 B
C++
--- hfkernel/mt63/mt63hf.cc.orig Sun Jul 30 11:43:28 2006
|
|
+++ hfkernel/mt63/mt63hf.cc Sun Jul 30 11:44:07 2006
|
|
@@ -35,6 +35,10 @@
|
|
#include <errno.h>
|
|
#include <ctype.h>
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <unistd.h>
|
|
+#endif
|
|
+
|
|
#include "dsp.h"
|
|
#include "mt63.h"
|
|
#include "sound.h"
|