CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/23 05:33:32
Modified files:
sys/kern : uipc_usrreq.c
Log message:
Improve the consistency of variable naming in unp_externalize().
Rename the int array `fdp' to `fds', and use the name `fdp' for
a variable that points to the filedesc struct of the current process.
This use of `fdp' puts unp_externalize() in line with filesystem code.
OK millert@, kettenis@
