diff options
author | cg <cg@FreeBSD.org> | 2000-08-09 18:46:48 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2000-08-09 18:46:48 +0000 |
commit | 02ab8f7294277d1b95dc12db8cdf83cadecb1698 (patch) | |
tree | 316f82df5d90b1753500dd450b1154f8b44e135d | |
parent | 6a1679ea16dbd0b33947cd4eced9d441ea9ccc30 (diff) | |
download | FreeBSD-src-02ab8f7294277d1b95dc12db8cdf83cadecb1698.zip FreeBSD-src-02ab8f7294277d1b95dc12db8cdf83cadecb1698.tar.gz |
MFS: module macro changes
-rw-r--r-- | sys/dev/sound/pcm/sound.h | 8 |
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> |