diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-27 21:37:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-27 21:37:14 +0000 |
commit | 4bbb1bd85632378599d7d7af0ca2dc91b6728207 (patch) | |
tree | 5da407ee4776e927526c69e8d69826da141beaa0 /usr.bin/ftp/ruserpass.c | |
parent | 8fbe532325b1f26de6758ab96df1a555df0ae87b (diff) |
toast the rcsid strings which just get in the way
Diffstat (limited to 'usr.bin/ftp/ruserpass.c')
-rw-r--r-- | usr.bin/ftp/ruserpass.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/ftp/ruserpass.c b/usr.bin/ftp/ruserpass.c index 20a3a4d8f8d..bdb8e961181 100644 --- a/usr.bin/ftp/ruserpass.c +++ b/usr.bin/ftp/ruserpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ruserpass.c,v 1.26 2008/06/25 21:15:19 martynas Exp $ */ +/* $OpenBSD: ruserpass.c,v 1.27 2009/04/27 21:37:13 deraadt Exp $ */ /* $NetBSD: ruserpass.c,v 1.14 1997/07/20 09:46:01 lukem Exp $ */ /* @@ -31,13 +31,6 @@ */ #ifndef SMALL -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ruserpass.c 8.4 (Berkeley) 4/27/95"; -#else -static const char rcsid[] = "$OpenBSD: ruserpass.c,v 1.26 2008/06/25 21:15:19 martynas Exp $"; -#endif -#endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> |