=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/stringlist.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/ftp/stringlist.c 2009/04/27 21:37:13 1.9 --- src/usr.bin/ftp/stringlist.c 2009/05/05 19:35:30 1.10 *************** *** 1,4 **** ! /* $OpenBSD: stringlist.c,v 1.9 2009/04/27 21:37:13 deraadt Exp $ */ /* $NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: stringlist.c,v 1.10 2009/05/05 19:35:30 martynas Exp $ */ /* $NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $ */ /* *************** *** 32,37 **** --- 32,39 ---- * SUCH DAMAGE. */ + #ifndef SMALL + #include #include #include *************** *** 94,96 **** --- 96,101 ---- } free(sl); } + + #endif /* !SMALL */ +