diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
commit | 09c68f18c4a9147d6181993dbc13fa43f69a6887 (patch) | |
tree | 29ce24055216c4cd6d82d1410987040632c858b6 /lib/libc/gen/ftw.c | |
parent | 1c72a646a8e39b93297b437918b3b1471ce8e77a (diff) |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/gen/ftw.c')
-rw-r--r-- | lib/libc/gen/ftw.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/gen/ftw.c b/lib/libc/gen/ftw.c index e6bc09c2f11..b25ea2d719a 100644 --- a/lib/libc/gen/ftw.c +++ b/lib/libc/gen/ftw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftw.c,v 1.4 2004/07/07 16:05:23 millert Exp $ */ +/* $OpenBSD: ftw.c,v 1.5 2005/08/08 08:05:34 espie Exp $ */ /* * Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> @@ -20,10 +20,6 @@ * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: ftw.c,v 1.4 2004/07/07 16:05:23 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/stat.h> #include <errno.h> |