cvs commit: src/sys/netgraph ng_device.c
Roman Kurakin
rik at FreeBSD.org
Fri Jan 21 10:31:26 PST 2005
rik 2005-01-21 18:31:26 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netgraph ng_device.c
Log:
MFC: -j 1.15 -j 1.16
tsleep => msleep
read sys/kern/kern_synch.c, msleep ():
KASSERT(timo != 0 || mtx_owned(&Giant) || mtx != NULL,
("sleeping without a mutex"));
MFC after: 3 days
Revision Changes Path
1.11.2.2 +2 -2 src/sys/netgraph/ng_device.c
More information about the cvs-src
mailing list