cvs commit: src/sys/dev/usb ehci.c src/sys/sys lockmgr.h
Attilio Rao
attilio at FreeBSD.org
Sun Feb 10 07:50:22 PST 2008
attilio 2008-02-10 15:50:21 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ehci.c
sys/sys lockmgr.h
Log:
- Revert last ehci.c change
- Include lock.h in lockmgr.h as nested header in order to safely use
LOCK_FILE and LOCK_LINE. As long as this code will be replaced soon
we can tollerate for a while this namespace pollution even if the real
fix would be to let lockmgr() depend by lock.h as a separate header.
Revision Changes Path
1.60 +0 -1 src/sys/dev/usb/ehci.c
1.61 +1 -1 src/sys/sys/lockmgr.h
More information about the cvs-src
mailing list