diff options
Diffstat (limited to 'ftp/axel/files/patch-axel.h')
-rw-r--r-- | ftp/axel/files/patch-axel.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ftp/axel/files/patch-axel.h b/ftp/axel/files/patch-axel.h deleted file mode 100644 index 632349710d73..000000000000 --- a/ftp/axel/files/patch-axel.h +++ /dev/null @@ -1,20 +0,0 @@ ---- axel.h.orig Sun Aug 5 23:41:50 2001 -+++ axel.h Sun Aug 5 23:42:26 2001 -@@ -30,7 +30,9 @@ - #include <errno.h> - #include <stdio.h> - #include <netdb.h> -+#ifndef NOGETOPTLONG - #include <getopt.h> -+#endif - #include <limits.h> - #include <stdlib.h> - #include <unistd.h> -@@ -41,6 +43,7 @@ - #include <sys/time.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in_systm.h> - #include <netinet/in.h> - #include <netinet/ip.h> - |