cvs commit: src/sys/sys file.h src/sys/kern kern_descrip.c
uipc_usrreq.c
Poul-Henning Kamp
phk at FreeBSD.org
Wed Dec 1 01:22:27 PST 2004
phk 2004-12-01 09:22:26 UTC
FreeBSD src repository
Modified files:
sys/sys file.h
sys/kern kern_descrip.c uipc_usrreq.c
Log:
"nfiles" is a bad name for a global variable. Call it "openfiles" instead
as this is more correct and matches the sysctl variable.
Revision Changes Path
1.260 +6 -6 src/sys/kern/kern_descrip.c
1.143 +2 -2 src/sys/kern/uipc_usrreq.c
1.67 +2 -2 src/sys/sys/file.h
More information about the cvs-src
mailing list