finally works (updated for 4.1c and merged with sun)
[unix-history] / usr / src / bin / csh / proc.h
index 8522eaa..0cb12a4 100644 (file)
@@ -1,4 +1,4 @@
-/* proc.h 4.1 %G% */
+/* proc.h 4.2 %G% */
 
 /*
  * C shell - process structure declarations
 
 /*
  * C shell - process structure declarations
@@ -26,9 +26,7 @@ struct process        {
        time_t  p_etime;                /* end time */
        long    p_stime;                /* system cpu time */
        long    p_utime;                /* user cpu time */
        time_t  p_etime;                /* end time */
        long    p_stime;                /* system cpu time */
        long    p_utime;                /* user cpu time */
-#ifdef VMUNIX
-       struct  vtimes p_vtimes;
-#endif
+       struct  rusage p_rusage;
        char    *p_command;             /* first PMAXLEN chars of command */
 };
 
        char    *p_command;             /* first PMAXLEN chars of command */
 };