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/error.c | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/sh/error.c')
-rw-r--r-- | bin/sh/error.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/error.c b/bin/sh/error.c index 093986b0541..489f00f0fee 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -1,3 +1,4 @@ +/* $OpenBSD: error.c,v 1.2 1996/06/23 14:21:10 deraadt Exp $ */ /* $NetBSD: error.c,v 1.14 1995/05/11 21:28:51 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: error.c,v 1.14 1995/05/11 21:28:51 christos Exp $"; +static char rcsid[] = "$OpenBSD: error.c,v 1.2 1996/06/23 14:21:10 deraadt Exp $"; #endif #endif /* not lint */ |