Subject: CVS commit: src/sys/dev/i2c
To: None <source-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 12/13/2005 20:55:46
Module Name:	src
Committed By:	abs
Date:		Tue Dec 13 20:55:46 UTC 2005

Modified Files:
	src/sys/dev/i2c: at24cxx.c ds1307.c m41st84.c max6900.c

Log Message:
Update some missed _close() and _open() functions from 'struct proc *p'
to 'struct lwp *l'.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/i2c/at24cxx.c src/sys/dev/i2c/ds1307.c \
    src/sys/dev/i2c/max6900.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/i2c/m41st84.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.