summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-08-09 18:46:48 +0000
committercg <cg@FreeBSD.org>2000-08-09 18:46:48 +0000
commit02ab8f7294277d1b95dc12db8cdf83cadecb1698 (patch)
tree316f82df5d90b1753500dd450b1154f8b44e135d
parent6a1679ea16dbd0b33947cd4eced9d441ea9ccc30 (diff)
downloadFreeBSD-src-02ab8f7294277d1b95dc12db8cdf83cadecb1698.zip
FreeBSD-src-02ab8f7294277d1b95dc12db8cdf83cadecb1698.tar.gz
MFS: module macro changes
-rw-r--r--sys/dev/sound/pcm/sound.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 482099b..90394ba 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -38,20 +38,12 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioccom.h>
-
#include <sys/filio.h>
#include <sys/sockio.h>
#include <sys/fcntl.h>
#include <sys/tty.h>
#include <sys/proc.h>
-
#include <sys/kernel.h> /* for DATA_SET */
-
-#if __FreeBSD_version < 500000
-#define MODULE_VERSION(mod, ver)
-#define MODULE_DEPEND(mod, dep, min, pref, max)
-#endif
-
#include <sys/module.h>
#include <sys/conf.h>
#include <sys/file.h>
OpenPOWER on IntegriCloud