cvs commit: src/sys/kern subr_mbpool.c subr_mbuf.c
Don Lewis
truckman at FreeBSD.org
Sun Dec 7 13:53:43 PST 2003
truckman 2003/12/07 13:53:41 PST
FreeBSD src repository
Modified files:
sys/kern subr_mbpool.c subr_mbuf.c
Log:
Pass MTX_DEF as the last argument to mtx_init() instead of 0. This
is not a functional change. The code happened to work properly only
because MTX_DEF is defined as 0.
Revision Changes Path
1.2 +1 -1 src/sys/kern/subr_mbpool.c
1.57 +2 -2 src/sys/kern/subr_mbuf.c
More information about the cvs-src
mailing list