Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mac68k/dev
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.
Home |
Main Index |
Thread Index |
Old Index