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/fetch.c | |
parent | 8fbe532325b1f26de6758ab96df1a555df0ae87b (diff) |
toast the rcsid strings which just get in the way
Diffstat (limited to 'usr.bin/ftp/fetch.c')
-rw-r--r-- | usr.bin/ftp/fetch.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c index be1c4edab17..4cc777d7d95 100644 --- a/usr.bin/ftp/fetch.c +++ b/usr.bin/ftp/fetch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fetch.c,v 1.84 2009/04/26 21:26:03 martynas Exp $ */ +/* $OpenBSD: fetch.c,v 1.85 2009/04/27 21:37:13 deraadt Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- @@ -30,10 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if !defined(lint) && !defined(SMALL) -static const char rcsid[] = "$OpenBSD: fetch.c,v 1.84 2009/04/26 21:26:03 martynas Exp $"; -#endif /* not lint and not SMALL */ - /* * FTP User Program -- Command line file retrieval */ |