- Make fwe(4) aware of IFF_POLLING setting in its if_init().
[dragonfly/port-amd64.git] / usr.bin / ftp / fetch.c.patch
blobdb3fd0a5e1857438c933f37869aa9c5f3b71224e
1 $DragonFly: src/usr.bin/ftp/fetch.c.patch,v 1.1 2005/11/13 11:59:03 corecode Exp $
2 ===================================================================
3 RCS file: /cvs/src/contrib/lukemftp/fetch.c,v
4 retrieving revision 1.1.1.1
5 diff -u -r1.1.1.1 fetch.c
6 --- fetch.c 13 Nov 2005 11:28:53 -0000 1.1.1.1
7 +++ fetch.c 13 Nov 2005 11:30:19 -0000
8 @@ -65,6 +65,7 @@
9 #include <netdb.h>
10 #include <fcntl.h>
11 #include <stdio.h>
12 +#include <libutil.h>
13 #include <stdlib.h>
14 #include <string.h>
15 #include <unistd.h>