Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [kent-audio1] src/sys/dev



Module Name:    src
Committed By:   kent
Date:           Wed Dec 29 17:37:47 UTC 2004

Modified Files:
        src/sys/dev [kent-audio1]: audiovar.h

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.31.2.5 -r1.31.2.6 src/sys/dev/audiovar.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