cleanups from sun
[unix-history] / usr / src / bin / csh / proc.h
index 45e965e..a2a7b64 100644 (file)
@@ -1,4 +1,4 @@
-/* proc.h 4.3 %G% */
+/* proc.h 4.4 %G% */
 
 /*
  * C shell - process structure declarations
 
 /*
  * C shell - process structure declarations
@@ -19,8 +19,8 @@ struct process        {
        short   unsigned p_flags;       /* various job status flags */
        char    p_reason;               /* reason for entering this state */
        char    p_index;                /* shorthand job index */
        short   unsigned p_flags;       /* various job status flags */
        char    p_reason;               /* reason for entering this state */
        char    p_index;                /* shorthand job index */
-       short   p_pid;
-       short   p_jobid;                /* pid of job leader */
+       int     p_pid;
+       int     p_jobid;                /* pid of job leader */
        /* if a job is stopped/background p_jobid gives its pgrp */
        struct  timeval p_btime;        /* begin time */
        struct  timeval p_etime;        /* end time */
        /* if a job is stopped/background p_jobid gives its pgrp */
        struct  timeval p_btime;        /* begin time */
        struct  timeval p_etime;        /* end time */