ports/comms/hf/files/patch-hfkernel_mt63_ratecal1.cc
Ion-Mihai Tetcu d2cde8c5ee hf is a gtk+-based linux ham radio fsk digimode program, which can do also
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
2006-09-09 10:54:46 +00:00

12 lines
305 B
C++

--- hfkernel/mt63/ratecal1.cc.orig Sun Jul 30 11:48:34 2006
+++ hfkernel/mt63/ratecal1.cc Sun Jul 30 11:48:59 2006
@@ -89,6 +89,9 @@
#ifdef __linux__
#include <unistd.h> // for usleep()
#endif
+#ifdef __FreeBSD__
+#include <unistd.h>
+#endif
// #ifdef __MSDOS__
// #include <dos.h> // for delay()