Implement non-booting support for the DragonFly 64 bit disklabel:
[dragonfly/vkernel-mp.git] / usr.bin / ftp / fetch.c.patch
blob3724de97a74dd46bd704962d1ab5608d50a71555
1 $DragonFly: src/usr.bin/ftp/fetch.c.patch,v 1.1 2005/11/13 12: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>