=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/stringlist.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/ftp/stringlist.h 2002/02/16 21:27:46 1.2 --- src/usr.bin/ftp/stringlist.h 2009/05/05 19:35:30 1.3 *************** *** 1,4 **** ! /* $OpenBSD: stringlist.h,v 1.2 2002/02/16 21:27:46 millert Exp $ */ /* $NetBSD: stringlist.h,v 1.2 1997/01/17 06:11:36 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: stringlist.h,v 1.3 2009/05/05 19:35:30 martynas Exp $ */ /* $NetBSD: stringlist.h,v 1.2 1997/01/17 06:11:36 lukem Exp $ */ /* *************** *** 32,37 **** --- 32,39 ---- * SUCH DAMAGE. */ + #ifndef SMALL + #ifndef _STRINGLIST_H #define _STRINGLIST_H *************** *** 55,57 **** --- 57,62 ---- __END_DECLS #endif /* _STRINGLIST_H */ + + #endif /* !SMALL */ +