diff options
Diffstat (limited to 'bin/csh/exec.c')
-rw-r--r-- | bin/csh/exec.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/csh/exec.c b/bin/csh/exec.c index b517813b140..fb5061e93ea 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.c,v 1.14 2005/02/25 16:07:10 deraadt Exp $ */ +/* $OpenBSD: exec.c,v 1.15 2009/10/27 23:59:21 deraadt Exp $ */ /* $NetBSD: exec.c,v 1.9 1996/09/30 20:03:54 christos Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)exec.c 8.3 (Berkeley) 5/23/95"; -#else -static char rcsid[] = "$OpenBSD: exec.c,v 1.14 2005/02/25 16:07:10 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/param.h> #include <dirent.h> |