summaryrefslogtreecommitdiff
path: root/bin/sh/exec.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
commita3ac5dbadb5694f6713891634647a7cef4553c0f (patch)
treefbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/sh/exec.c
parentcb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff)
update rcsid
Diffstat (limited to 'bin/sh/exec.c')
-rw-r--r--bin/sh/exec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/exec.c b/bin/sh/exec.c
index 461f8cc40e2..b96a7dd77a8 100644
--- a/bin/sh/exec.c
+++ b/bin/sh/exec.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: exec.c,v 1.2 1996/06/23 14:21:12 deraadt Exp $ */
/* $NetBSD: exec.c,v 1.17 1995/06/09 01:53:50 christos Exp $ */
/*-
@@ -40,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)exec.c 8.4 (Berkeley) 6/8/95";
#else
-static char rcsid[] = "$NetBSD: exec.c,v 1.17 1995/06/09 01:53:50 christos Exp $";
+static char rcsid[] = "$OpenBSD: exec.c,v 1.2 1996/06/23 14:21:12 deraadt Exp $";
#endif
#endif /* not lint */