aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpq/files/patch-ftpq.h
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-22 07:10:52 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-22 07:10:52 +0000
commit0a4bf1884ea1931e17102ab10ecc514753104af8 (patch)
treec3a2da8ee83d48673180dde8db80ca688fcfce93 /ftp/ftpq/files/patch-ftpq.h
parent75f8c27c84d995403c0faea19cd9a5aaa05794f5 (diff)
Add a patch for compile error. and bump version.
Submitted by: bento
Diffstat (limited to 'ftp/ftpq/files/patch-ftpq.h')
-rw-r--r--ftp/ftpq/files/patch-ftpq.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/ftp/ftpq/files/patch-ftpq.h b/ftp/ftpq/files/patch-ftpq.h
new file mode 100644
index 000000000000..ade36b47109a
--- /dev/null
+++ b/ftp/ftpq/files/patch-ftpq.h
@@ -0,0 +1,18 @@
+--- ftpq.h.orig Sun Mar 4 16:00:00 2001
++++ ftpq.h Wed Mar 21 15:36:15 2001
+@@ -22,6 +22,7 @@
+ #include <ctype.h>
+ #include <dirent.h>
+ #include <errno.h>
++#include <sys/types.h>
+ #include <netdb.h>
+ #include <netinet/in.h>
+ #include <pwd.h>
+@@ -30,7 +31,6 @@
+ #include <string.h>
+ #include <sys/socket.h>
+ #include <sys/stat.h>
+-#include <sys/types.h>
+ #include <unistd.h>
+
+ /* useful defined constants */