diff options
Diffstat (limited to 'misc/mc/files/patch-am')
-rw-r--r-- | misc/mc/files/patch-am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/mc/files/patch-am b/misc/mc/files/patch-am new file mode 100644 index 00000000000..805fc55bb9a --- /dev/null +++ b/misc/mc/files/patch-am @@ -0,0 +1,10 @@ +--- vfs/ftpfs.c.orig Sat Mar 18 07:43:43 2000 ++++ vfs/ftpfs.c Mon Mar 20 10:32:18 2000 +@@ -57,6 +57,7 @@ + /* Namespace pollution: horrible */ + + #include <netdb.h> /* struct hostent */ ++#include <sys/types.h> + #include <sys/socket.h> /* AF_INET */ + #include <netinet/in.h> /* struct in_addr */ + #ifdef HAVE_SETSOCKOPT |