Subject: CVS commit: src/sys/dev/hpc/apm
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 12/14/2007 00:51:46
Module Name: src
Committed By: uwe
Date: Fri Dec 14 00:51:45 UTC 2007
Modified Files:
src/sys/dev/hpc/apm: apmdev.c
Log Message:
Complete lockmgr->mutex conversion started in 1.12. Mutex needs to be
inited with mutex_init. Since mutex ops return void, drop (void) cast
from APM_(UN)LOCK.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/hpc/apm/apmdev.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.