summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/sh.proc.h
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2007-03-11 22:33:41 +0000
committermp <mp@FreeBSD.org>2007-03-11 22:33:41 +0000
commita40980339b13e3b506c2317b5b4864127039eb2c (patch)
tree34aefea92d30b614247ef1f2671f2362f4761785 /contrib/tcsh/sh.proc.h
parent32837fb336d4709f0a121130a3a78f29be0db5ed (diff)
downloadFreeBSD-src-a40980339b13e3b506c2317b5b4864127039eb2c.zip
FreeBSD-src-a40980339b13e3b506c2317b5b4864127039eb2c.tar.gz
Import of tcsh-6.15.00
Diffstat (limited to 'contrib/tcsh/sh.proc.h')
-rw-r--r--contrib/tcsh/sh.proc.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/tcsh/sh.proc.h b/contrib/tcsh/sh.proc.h
index 863db94..90b5e04 100644
--- a/contrib/tcsh/sh.proc.h
+++ b/contrib/tcsh/sh.proc.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/sh.proc.h,v 3.11 2004/11/23 02:10:49 christos Exp $ */
+/* $Header: /p/tcsh/cvsroot/tcsh/sh.proc.h,v 3.12 2006/01/12 19:55:38 christos Exp $ */
/*
* sh.proc.h: Process data structures and variables
*/
@@ -116,7 +116,6 @@ struct process {
#define AREASON 0200
EXTERN struct process proclist IZERO_STRUCT;/* list head of all processes */
-EXTERN int pnoprocesses IZERO; /* pchild found nothing to wait for */
EXTERN struct process *pholdjob IZERO; /* one level stack of current jobs */
@@ -126,8 +125,4 @@ EXTERN struct process *pprevious IZERO; /* previous job in table */
EXTERN int pmaxindex IZERO; /* current maximum job index */
-#ifndef BSDTIMES
-EXTERN int timesdone; /* shtimes buffer full ? */
-#endif /* BSDTIMES */
-
#endif /* _h_sh_proc */
OpenPOWER on IntegriCloud