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
15 lines
328 B
C
15 lines
328 B
C
--- util/channel.c.orig Sun Jul 30 12:11:34 2006
|
|
+++ util/channel.c Sun Jul 30 12:12:23 2006
|
|
@@ -68,7 +68,12 @@
|
|
#ifdef HAVE_SYS_SOUNDCARD_H
|
|
#include <sys/soundcard.h>
|
|
#include <sys/ioctl.h>
|
|
+#ifdef __linux__
|
|
#include <endian.h>
|
|
+#endif
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/endian.h>
|
|
+#endif
|
|
#endif
|
|
|
|
#ifdef DISABLE_REALTIME
|