CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/21 09:06:36
Modified files:
sys/dev/isa : gusvar.h
Log message:
Remove the following extern declarations because they are only
used in gus.c and this change also makes gcc4 happy
extern const int gus_max_frequency[];
extern const ushort gus_log_volumes[];
extern struct audio_hw_if gusmax_hw_if;
ok deraadt@
