CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/25 04:29:17
Modified files:
sys/kern : kern_descrip.c kern_sysctl.c
sys/sys : file.h filedesc.h
Log message:
Introduce fd_iterfile() a new helper function to iterate over `filehead'.
This turns `filehead' into a local variable, that will make it easier
to protect it.
ok visa@
