[BACK]Return to proc.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/proc.h between version 1.124.2.2 and 1.124.2.3

version 1.124.2.2, 2001/06/21 20:09:51 version 1.124.2.3, 2001/08/30 23:26:58
Line 266  struct proc {
Line 266  struct proc {
 #define P_FSTRACE       0x10000 /* Debugger process being traced by procfs */  #define P_FSTRACE       0x10000 /* Debugger process being traced by procfs */
 #define P_NOCLDWAIT     0x20000 /* No zombies if child dies */  #define P_NOCLDWAIT     0x20000 /* No zombies if child dies */
 #define P_32            0x40000 /* 32-bit process (used on 64-bit kernels) */  #define P_32            0x40000 /* 32-bit process (used on 64-bit kernels) */
 #define P_BIGLOCK       0x80000 /* Process needs kernel "big lock" to run */  
   
   
 /*  /*

Legend:
Removed from v.1.124.2.2  
changed lines
  Added in v.1.124.2.3

CVSweb <webmaster@jp.NetBSD.org>