diff options
Diffstat (limited to 'usr.bin/ftp/stringlist.c')
-rw-r--r-- | usr.bin/ftp/stringlist.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ftp/stringlist.c b/usr.bin/ftp/stringlist.c index a0823e67af1..c10df836572 100644 --- a/usr.bin/ftp/stringlist.c +++ b/usr.bin/ftp/stringlist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stringlist.c,v 1.8 2007/09/02 15:19:32 deraadt Exp $ */ +/* $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 $ */ /* @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) && !defined(SMALL) -static const char rcsid[] = "$OpenBSD: stringlist.c,v 1.8 2007/09/02 15:19:32 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint and not SMALL */ - #include <stdio.h> #include <string.h> #include <err.h> |