diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-16 21:46:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-16 21:46:23 +0000 |
commit | 60ef245f3fba4099b11818fdb599c0b374604b38 (patch) | |
tree | d43404f236843624dafc65dc37d7cddc8c469a5d /usr.bin/ftp/stringlist.c | |
parent | d37687eab71de17e3d7ccd2a220e5016312b9c79 (diff) |
for -DSMALL, do not include rcsid[]s
Diffstat (limited to 'usr.bin/ftp/stringlist.c')
-rw-r--r-- | usr.bin/ftp/stringlist.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ftp/stringlist.c b/usr.bin/ftp/stringlist.c index 63320e7590a..46bd0c55bd8 100644 --- a/usr.bin/ftp/stringlist.c +++ b/usr.bin/ftp/stringlist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stringlist.c,v 1.3 2002/07/12 00:25:30 deraadt Exp $ */ +/* $OpenBSD: stringlist.c,v 1.4 2003/12/16 21:46:22 deraadt Exp $ */ /* $NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $ */ /* @@ -32,9 +32,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: stringlist.c,v 1.3 2002/07/12 00:25:30 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) && !defined(lint) && !defined(SMALL) +static char *rcsid = "$OpenBSD: stringlist.c,v 1.4 2003/12/16 21:46:22 deraadt Exp $"; +#endif /* LIBC_SCCS and not lint and not SMALL */ #include <stdio.h> #include <string.h> |