diff options
Diffstat (limited to 'ftp/oftpd/files/patch-ftp_command.c')
-rw-r--r-- | ftp/oftpd/files/patch-ftp_command.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/oftpd/files/patch-ftp_command.c b/ftp/oftpd/files/patch-ftp_command.c new file mode 100644 index 000000000000..660eb292f34a --- /dev/null +++ b/ftp/oftpd/files/patch-ftp_command.c @@ -0,0 +1,10 @@ +--- src/ftp_command.c.old Sat Mar 31 11:43:43 2001 ++++ src/ftp_command.c Sat Mar 31 11:44:01 2001 +@@ -6,6 +6,7 @@ + #include <string.h> + #include <ctype.h> + #include <stdio.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> |