From 0a68cc8a03772baf7c528d27885de401a80dbcfe Mon Sep 17 00:00:00 2001 From: eivind Date: Sun, 15 Mar 1998 23:08:24 +0000 Subject: Remove an ifdef (to get linker errors instead of compile errors in the absence of 'controller snd0'). --- sys/i386/isa/sound/os.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/i386/isa/sound') 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 #include -#if NSND > 0 - #include #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; -- cgit v1.1