summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-01 22:14:24 +0000
committerbde <bde@FreeBSD.org>1998-02-01 22:14:24 +0000
commit1f39dba76e621b3940e3bf00a7ea60b92e95940d (patch)
treebf2bdd6b9aa2c0cbb6af27df29c57dbe57d7126e /sys/i386/isa/sound
parent1576dfe2bebeb87ff2f434d0499027f0a819c3dc (diff)
downloadFreeBSD-src-1f39dba76e621b3940e3bf00a7ea60b92e95940d.zip
FreeBSD-src-1f39dba76e621b3940e3bf00a7ea60b92e95940d.tar.gz
Fixed a sloppy common-style declaration again.
Diffstat (limited to 'sys/i386/isa/sound')
-rw-r--r--sys/i386/isa/sound/dev_table.h2
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 67950a7..e8332e9 100644
--- a/sys/i386/isa/sound/dev_table.h
+++ b/sys/i386/isa/sound/dev_table.h
@@ -550,7 +550,7 @@ int trace_init = 1;
#else
extern struct audio_operations *audio_devs[MAX_AUDIO_DEV];
-int num_audiodevs;
+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];
OpenPOWER on IntegriCloud