summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-11-14 14:13:13 +0000
committerbde <bde@FreeBSD.org>1994-11-14 14:13:13 +0000
commit245279f8fa3f6192d81163caf4dc2281907fa2c2 (patch)
treed5a0a49b364cc6836e477b179f12d4445c8a58af /sys/sys/soundcard.h
parent0e64300c79e7f9554b17883f78546de511729eb2 (diff)
downloadFreeBSD-src-245279f8fa3f6192d81163caf4dc2281907fa2c2.zip
FreeBSD-src-245279f8fa3f6192d81163caf4dc2281907fa2c2.tar.gz
Remove extra idempotency ifdef and uniformize the other one.
Comment about support for 4 different spellings of KERNEL.
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 67c6eea..cd93d11 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -1,8 +1,5 @@
-#ifndef SOUNDCARD_H
-#define SOUNDCARD_H
-
-#ifndef _I386_MACHINE_SOUNDCARD_H_
-#define _I386_MACHINE_SOUNDCARD_H_
+#ifndef _MACHINE_SOUNDCARD_H_
+#define _MACHINE_SOUNDCARD_H_
/*
* Copyright by Hannu Savolainen 1993
@@ -28,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: soundcard.h,v 1.8 1994/09/27 17:58:00 davidg Exp $
+ * $Id: soundcard.h,v 1.9 1994/10/01 02:32:23 swallace Exp $
*/
/*
@@ -955,6 +952,6 @@ void seqbuf_dump(void); /* This function must be provided by programs */
perror("Write patch: /dev/sequencer");}
#define SEQ_WRPATCH2(patchx, len) (seqbuf_dump(), write(seqfd, (char*)(patchx), len))
-#endif
-#endif
-#endif
+#endif /* !_KERNEL_SPAM */
+
+#endif /* !_MACHINE_SOUNDCARD_H_ */
OpenPOWER on IntegriCloud