delete PROC_JOBC - now done inline in fixjobc()
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Sat, 19 May 1990 07:00:45 +0000 (23:00 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Sat, 19 May 1990 07:00:45 +0000 (23:00 -0800)
SCCS-vsn: sys/sys/proc.h 7.16

usr/src/sys/sys/proc.h

index d2443dd..5ad204a 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)proc.h      7.15 (Berkeley) %G%
+ *     @(#)proc.h      7.16 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -153,8 +153,6 @@ struct      prochd {
 int    whichqs;                /* bit mask summarizing non-empty qs's */
 
 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p))
 int    whichqs;                /* bit mask summarizing non-empty qs's */
 
 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p))
-#define PGRP_JOBC(p)   (((p)->p_pgrp != (p)->p_pptr->p_pgrp) && \
-                       ((p)->p_session == (p)->p_pptr->p_session))
 #endif
 
 /* stat codes */
 #endif
 
 /* stat codes */