diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/dirname | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/dirname')
-rw-r--r-- | usr.bin/dirname/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/dirname/dirname.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/dirname/Makefile b/usr.bin/dirname/Makefile index 0f3c1e3bc53..f7f015567f9 100644 --- a/usr.bin/dirname/Makefile +++ b/usr.bin/dirname/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:35 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/28 16:50:08 glass Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= dirname NOMAN= noman diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 09c5c258b46..7ef52fdd55d 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dirname.c,v 1.2 1996/06/26 05:32:36 deraadt Exp $ */ /* $NetBSD: dirname.c,v 1.6 1995/09/02 06:02:25 jtc Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)dirname.c 8.4 (Berkeley) 5/4/95"; #endif -static char rcsid[] = "$NetBSD: dirname.c,v 1.6 1995/09/02 06:02:25 jtc Exp $"; +static char rcsid[] = "$OpenBSD: dirname.c,v 1.2 1996/06/26 05:32:36 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> |