Subject: CVS commit: src/sys/arch/mac68k/dev
To: None <source-changes@NetBSD.org>
From: Hauke Fath <hauke@netbsd.org>
List: source-changes
Date: 03/10/2007 16:35:14
Module Name: src
Committed By: hauke
Date: Sat Mar 10 16:35:14 UTC 2007
Modified Files:
src/sys/arch/mac68k/dev: akbd.c akbdvar.h
Log Message:
Fix more fallout from caddr_t removal.
Since kbd_adbcomplete() uses the buffer parameter for accessing a
(sic!) data buffer, make it uint8_t *, instead of casting the pointer
everywhere it is actually used.
While here, fix prototype naming issue. One of these days, the code
should be converted to either all kbd_*, or all akbd_*.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/mac68k/dev/akbd.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/mac68k/dev/akbdvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.