diff options
Diffstat (limited to 'bin/pax/ftree.c')
-rw-r--r-- | bin/pax/ftree.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 1ca2a7a1d63..415a4963452 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftree.c,v 1.28 2008/05/06 06:54:28 henning Exp $ */ +/* $OpenBSD: ftree.c,v 1.29 2009/10/27 23:59:22 deraadt Exp $ */ /* $NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $ */ /*- @@ -34,14 +34,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; -#else -static const char rcsid[] = "$OpenBSD: ftree.c,v 1.28 2008/05/06 06:54:28 henning Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/time.h> #include <sys/stat.h> |