summaryrefslogtreecommitdiffstats
path: root/bin/csh/proc.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
committercharnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
commitc4d26d7f835032c231da4c6219c73b2679691222 (patch)
treea83653b0a70dcb5e787512cfa4954591689bf876 /bin/csh/proc.c
parent32338c8e0512ee1c5643fd65a793a21fabadfcfa (diff)
downloadFreeBSD-src-c4d26d7f835032c231da4c6219c73b2679691222.zip
FreeBSD-src-c4d26d7f835032c231da4c6219c73b2679691222.tar.gz
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
Diffstat (limited to 'bin/csh/proc.c')
-rw-r--r--bin/csh/proc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/csh/proc.c b/bin/csh/proc.c
index 9062dda..776b056 100644
--- a/bin/csh/proc.c
+++ b/bin/csh/proc.c
@@ -36,11 +36,10 @@
static char sccsid[] = "@(#)proc.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: proc.c,v 1.7 1997/10/07 16:43:16 eivind Exp $";
+ "$Id: proc.c,v 1.8 1998/02/28 10:49:59 jraynard Exp $";
#endif
#endif /* not lint */
-#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>
#include <unistd.h>
OpenPOWER on IntegriCloud