summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-03-15 23:08:24 +0000
committereivind <eivind@FreeBSD.org>1998-03-15 23:08:24 +0000
commit0a68cc8a03772baf7c528d27885de401a80dbcfe (patch)
treee4d8b57286383076e5c4d6b508868182ef2b00be /sys/i386/isa/sound
parenta2e844d5d76aacd929d024baf1d5152cfe608f9e (diff)
downloadFreeBSD-src-0a68cc8a03772baf7c528d27885de401a80dbcfe.zip
FreeBSD-src-0a68cc8a03772baf7c528d27885de401a80dbcfe.tar.gz
Remove an ifdef (to get linker errors instead of compile errors in the
absence of 'controller snd0').
Diffstat (limited to 'sys/i386/isa/sound')
-rw-r--r--sys/i386/isa/sound/os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/isa/sound/os.h b/sys/i386/isa/sound/os.h
index 1049069..1b3378b 100644
--- a/sys/i386/isa/sound/os.h
+++ b/sys/i386/isa/sound/os.h
@@ -19,8 +19,6 @@
#include <sys/buf.h>
#include <sys/signalvar.h>
-#if NSND > 0
-
#include <machine/soundcard.h>
#undef DELAY
#define DELAY(x) tenmicrosec(x)
@@ -34,7 +32,6 @@ struct snd_wait {
unsigned long get_time(void);
-#endif /* NSND > 0 */
#endif /* _OS_H_ */
typedef caddr_t ioctl_arg;
OpenPOWER on IntegriCloud