aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/sound/os.h
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-09-27 17:58:30 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-09-27 17:58:30 +0000
commit4b301dcfc5128347a63b8f6fc45e1b8acfdd10b8 (patch)
tree2cb37c2b1904efc3013807ecdd76a30b8fe2aaf5 /sys/i386/isa/sound/os.h
parente00fb8aaea767f8afb9a0c086c7a83f4b0770099 (diff)
downloadsrc-4b301dcfc5128347a63b8f6fc45e1b8acfdd10b8.tar.gz
src-4b301dcfc5128347a63b8f6fc45e1b8acfdd10b8.zip
First round of changes to get the sound code working in 2.0.
Notes
Notes: svn path=/head/; revision=3144
Diffstat (limited to 'sys/i386/isa/sound/os.h')
-rw-r--r--sys/i386/isa/sound/os.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/os.h b/sys/i386/isa/sound/os.h
index ec3c47f0d5d9..ee187b680ee2 100644
--- a/sys/i386/isa/sound/os.h
+++ b/sys/i386/isa/sound/os.h
@@ -37,7 +37,7 @@
* before making the changes. It's possible that I have already made the
* change.
*
- * $Id$
+ * $Id: os.h,v 1.11 1994/08/02 07:40:16 davidg Exp $
*/
/*
@@ -218,7 +218,6 @@ struct snd_wait {
*/
#ifndef HZ
-extern int hz;
#define HZ hz
#endif