summaryrefslogtreecommitdiff
path: root/bin/csh/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/proc.c')
-rw-r--r--bin/csh/proc.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/csh/proc.c b/bin/csh/proc.c
index b3882a9f0de..5f55b7cf6c3 100644
--- a/bin/csh/proc.c
+++ b/bin/csh/proc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.c,v 1.20 2003/09/19 03:18:52 millert Exp $ */
+/* $OpenBSD: proc.c,v 1.21 2009/10/27 23:59:21 deraadt Exp $ */
/* $NetBSD: proc.c,v 1.9 1995/04/29 23:21:33 mycroft Exp $ */
/*-
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)proc.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: proc.c,v 1.20 2003/09/19 03:18:52 millert Exp $";
-#endif
-#endif /* not lint */
-
#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>