diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /net/sdr/files/patch-ac | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'net/sdr/files/patch-ac')
-rw-r--r-- | net/sdr/files/patch-ac | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net/sdr/files/patch-ac b/net/sdr/files/patch-ac deleted file mode 100644 index 5adcbf2f68aa..000000000000 --- a/net/sdr/files/patch-ac +++ /dev/null @@ -1,30 +0,0 @@ ---- 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> |