Subject: CVS commit: [kent-audio1] src/sys/dev
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 12/29/2004 13:54:05
Module Name: src
Committed By: kent
Date: Wed Dec 29 13:54:05 UTC 2004
Modified Files:
src/sys/dev [kent-audio1]: audio.c
Log Message:
change types of the followings:
au_mixer_ports::isenum: u_char -> boolean_t
au_mixer_ports::isdual: u_char -> boolean_t
audio_softc::sc_blkset: u_char -> boolean_t
audio_softc::sc_sil_start: u_char* -> uint8_t*
audio_softc::sc_rbus: u_char -> boolean_t
audio_softc::sc_pbus: u_char -> boolean_t
audio_softc::sc_dying: u_char -> boolean_t
To generate a diff of this commit:
cvs rdiff -r1.184.2.11 -r1.184.2.12 src/sys/dev/audio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.