Implement non-booting support for the DragonFly 64 bit disklabel:
[dragonfly/vkernel-mp.git] / usr.bin / ftp / cmds.c.patch
blobc23befc3437c183f8f8f4d79bfc51d3272e0a444
1 $DragonFly: src/usr.bin/ftp/cmds.c.patch,v 1.1 2005/11/13 12:59:03 corecode Exp $
2 Index: cmds.c
3 ===================================================================
4 RCS file: /cvs/src/contrib/lukemftp/cmds.c,v
5 retrieving revision 1.1.1.1
6 diff -u -r1.1.1.1 cmds.c
7 --- cmds.c 13 Nov 2005 11:28:53 -0000 1.1.1.1
8 +++ cmds.c 13 Nov 2005 11:30:19 -0000
9 @@ -123,6 +123,7 @@
10 #include <netdb.h>
11 #include <paths.h>
12 #include <stdio.h>
13 +#include <libutil.h>
14 #include <stdlib.h>
15 #include <string.h>
16 #include <time.h>