diff options
Diffstat (limited to 'net/mtftpd/patches/patch-ad')
-rw-r--r-- | net/mtftpd/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/mtftpd/patches/patch-ad b/net/mtftpd/patches/patch-ad new file mode 100644 index 00000000000..5e1e20e3950 --- /dev/null +++ b/net/mtftpd/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2010/12/31 16:39:23 obache Exp $ + +--- transmit.c.orig 2008-02-29 18:25:59.000000000 +0000 ++++ transmit.c +@@ -41,6 +41,7 @@ + #include <sys/types.h> + + #include <netinet/in.h> ++#include <sys/socket.h> + + #include <pthread.h> + #include <stdlib.h> |