Date: Mon, 4 Jun 2007 07:21:27 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 120887 for review Message-ID: <200706040721.l547LR92047740@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120887 Change 120887 by hselasky@hselasky_mini_itx on 2007/06/04 07:20:42 Compile fix. The USB project should be compilable now, if I did not forget anything! Affected files ... .. //depot/projects/usb/src/sys/dev/sound/usb/uaudio.c#12 edit Differences ... ==== //depot/projects/usb/src/sys/dev/sound/usb/uaudio.c#12 (text+ko) ==== @@ -378,7 +378,7 @@ static u_int16_t uaudio_mixer_determine_class(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix); -static const u_int16_t +static u_int16_t uaudio_mixer_feature_name(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix); @@ -2566,7 +2566,7 @@ { 0x0000, SOUND_MIXER_VOLUME }, }; -static const u_int16_t +static u_int16_t uaudio_mixer_feature_name(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706040721.l547LR92047740>