diff options
Diffstat (limited to 'sh.proc.h')
-rw-r--r-- | sh.proc.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sh.proc.h b/sh.proc.h index 90b5e04db99d5..48a37715664bf 100644 --- a/sh.proc.h +++ b/sh.proc.h @@ -1,4 +1,4 @@ -/* $Header: /p/tcsh/cvsroot/tcsh/sh.proc.h,v 3.12 2006/01/12 19:55:38 christos Exp $ */ +/* $Header: /p/tcsh/cvsroot/tcsh/sh.proc.h,v 3.13 2009/06/19 16:35:33 christos Exp $ */ /* * sh.proc.h: Process data structures and variables */ @@ -77,7 +77,7 @@ struct process { # endif /* POSIX */ # endif /* _SEQUENT_ */ #endif /* BSDTIMES */ - Char *p_command; /* first PMAXLEN chars of command */ + Char *p_command; /* command */ }; /* flag values for p_flags */ @@ -103,8 +103,6 @@ struct process { #define PBACKQ (1<<16) /* Process is `` evaluation */ #define PHUP (1<<17) /* Process is marked for SIGHUP on exit */ -#define PMAXLEN 80 - /* defines for arguments to pprint */ #define NUMBER 01 #define NAME 02 |