Subject: CVS commit: src/sys/dev
To: None <source-changes@netbsd.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 02/11/2003 01:20:15
Module Name:	src
Committed By:	perry
Date:		Mon Feb 10 23:20:15 UTC 2003

Modified Files:
	src/sys/dev: clockctl.c

Log Message:
Fix clockctlattach to take an (ignored) int as its parameter, which is
what the rest of the pseudo-device attach infrastructure expects. It
didn't cause any harm that the function signature was wrong because it
ignored what it was passed.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/clockctl.c

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