1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/sdr/files/patch-ac
Bill Fenner 61c8e9cd6e Upgrade to 2.4a7n. The encryption has been removed from this version so
it's no longer RESTRICTED.  Also de-obfuscate the port a little by removing
 the magic done by scripts/configure and moving it to the Makefile.
1997-12-19 00:52:20 +00:00

31 lines
645 B
Plaintext

--- src/sdr.h.orig Wed May 21 22:06:02 1997
+++ src/sdr.h Wed May 21 22:10:05 1997
@@ -8,9 +8,6 @@
#include <winsock.h>
#else
#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <net/if.h>
#include <sys/ioctl.h>
#include <netdb.h>
#include <pwd.h>
@@ -18,6 +15,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
+#include <netinet/in.h>
+#include <net/if.h>
+#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <resolv.h>
#ifdef AIX41
@@ -26,7 +26,6 @@
#endif
#include <tcl.h>
#include <tk.h>
-#include <malloc.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>