Add a handy macro, called FOREACH_PROC_IN_SYSTEM(p) for better
authorHiten Pandya <hmp@dragonflybsd.org>
Sat, 26 Jul 2003 20:58:09 +0000 (20:58 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Sat, 26 Jul 2003 20:58:09 +0000 (20:58 +0000)
commit95db0b6a7e5bd8603a5d57cc326ddea541283dd6
tree0206b899431151344f0f463c2cbe8e9f3b6f1ef9
parent5e74852907f56ed27b489c458e23a2da445313d4
Add a handy macro, called FOREACH_PROC_IN_SYSTEM(p) for better
clarity in code and reduce duplication, followup commits will
make use of this macro.

While I am there, change an 'of' to 'if' in a comment for
clarity.
sys/sys/proc.h