diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-07-29 11:44:31 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-29 11:44:31 +0000 |
commit | 28f8db1403052856e6104905b66329de1cfa1dc7 (patch) | |
tree | b89d1e0366b685acdcb1eb8c959a65e2e330cb0c /sys/i386/isa/sound/dev_table.h | |
parent | 772ec2b7a970d0b79304f6784aa42e74c29a8d96 (diff) |
Eliminate sloppy common-style declarations. There should be none left for
the LINT configuation.
Notes
Notes:
svn path=/head/; revision=9759
Diffstat (limited to 'sys/i386/isa/sound/dev_table.h')
-rw-r--r-- | sys/i386/isa/sound/dev_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/dev_table.h b/sys/i386/isa/sound/dev_table.h index 7aca8d0b0247..3bee2177a187 100644 --- a/sys/i386/isa/sound/dev_table.h +++ b/sys/i386/isa/sound/dev_table.h @@ -398,7 +398,7 @@ struct sound_timer_operations { sizeof(sound_drivers) / sizeof (struct driver_info); #else - extern struct audio_operations * audio_devs[MAX_AUDIO_DEV]; int num_audiodevs; + extern struct audio_operations * audio_devs[MAX_AUDIO_DEV]; extern int num_audiodevs; extern struct mixer_operations * mixer_devs[MAX_MIXER_DEV]; extern int num_mixers; extern struct synth_operations * synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV]; extern int num_synths; extern struct midi_operations * midi_devs[MAX_MIDI_DEV]; extern int num_midis; |