summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-03-15 23:08:24 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-03-15 23:08:24 +0000
commit7db79065bd9771d0c42494a18c5267fa033db1cc (patch)
treed3b52439512ea4ce2c29092ee2448555ba0dbcaa /sys
parent1860722c6bd7ca349af9a069014d9fe898d93925 (diff)
Notes
Diffstat (limited to 'sys')
-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 104906917ec4..1b3378b40546 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;