diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
commit | a3ac5dbadb5694f6713891634647a7cef4553c0f (patch) | |
tree | fbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/rmdir/rmdir.c | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/rmdir/rmdir.c')
-rw-r--r-- | bin/rmdir/rmdir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index 5be55e9a3ab..bdf206c6d7b 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rmdir.c,v 1.2 1996/06/23 14:21:04 deraadt Exp $ */ /* $NetBSD: rmdir.c,v 1.13 1995/03/21 09:08:31 cgd Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: rmdir.c,v 1.13 1995/03/21 09:08:31 cgd Exp $"; +static char rcsid[] = "$OpenBSD: rmdir.c,v 1.2 1996/06/23 14:21:04 deraadt Exp $"; #endif #endif /* not lint */ |