Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   jdolecek
Date:           Thu Dec 12 20:41:47 UTC 2002

Modified Files:
        syssrc/sys/kern: kern_fork.c
        syssrc/sys/sys: proc.h

Log Message:
replace magic number '500' in pid allocation code with a macro PID_SKIP,
defined in <sys/proc.h> (along PID_MAX, NO_PID)


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 syssrc/sys/kern/kern_fork.c
cvs rdiff -r1.148 -r1.149 syssrc/sys/sys/proc.h

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




Home | Main Index | Thread Index | Old Index