diff options
Diffstat (limited to 'bin/pax/ftree.c')
-rw-r--r-- | bin/pax/ftree.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 0f320bd03d2..b1785b78119 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ftree.c,v 1.3 1996/06/23 14:20:34 deraadt Exp $ */ /* $NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $"; +static char rcsid[] = "$OpenBSD: ftree.c,v 1.3 1996/06/23 14:20:34 deraadt Exp $"; #endif #endif /* not lint */ |