Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/onewire
Module Name: src
Committed By: xtraeme
Date: Wed Sep 5 15:24:07 UTC 2007
Modified Files:
src/sys/dev/onewire: onewire.c onewirevar.h owtemp.c
Log Message:
onewire_lock: remove the flags argument and change the return type to void.
This function is not expected to return an int, because rw_enter() will
always succeed.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/onewire/onewire.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/onewire/onewirevar.h
cvs rdiff -r1.10 -r1.11 src/sys/dev/onewire/owtemp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index