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/sh/main.c | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/sh/main.c')
-rw-r--r-- | bin/sh/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/main.c b/bin/sh/main.c index 5c75cff3196..a4c6a67eb73 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.4 1996/06/23 14:21:20 deraadt Exp $ */ /* $NetBSD: main.c,v 1.23 1995/11/19 23:27:42 christos Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.7 (Berkeley) 7/19/95"; #else -static char rcsid[] = "$NetBSD: main.c,v 1.23 1995/11/19 23:27:42 christos Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.4 1996/06/23 14:21:20 deraadt Exp $"; #endif #endif /* not lint */ |