summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-04-03 02:32:54 +0000
committerkato <kato@FreeBSD.org>1999-04-03 02:32:54 +0000
commita9849f06ce4a04859e7bc0fdfeed13c40600bd00 (patch)
treef71146a9ac2c6307880826e351fca37ca1eb14c2
parent53c1c29e25da33d87fc11e217f14fe066d8b1ea1 (diff)
downloadFreeBSD-src-a9849f06ce4a04859e7bc0fdfeed13c40600bd00.zip
FreeBSD-src-a9849f06ce4a04859e7bc0fdfeed13c40600bd00.tar.gz
Include nss.h only when PC98 is defined.
Pointed out by: "Pierre Y. Dampure" <pierre.dampure@k2c.co.uk>
-rw-r--r--sys/i386/isa/sound/local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index 2d81c52..cf8a219 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -101,10 +101,12 @@
#define CONFIG_YM3812
#endif
+#ifdef PC98
#include "nss.h"
#if NNSS != 0
#define CONFIG_NSS
#endif
+#endif
#define ALLOW_POLL
OpenPOWER on IntegriCloud