diff options
author | jhb <jhb@FreeBSD.org> | 2005-07-29 19:40:39 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-07-29 19:40:39 +0000 |
commit | 114f6b764dc0d3dd378fd79c55dd4c8f340b8a71 (patch) | |
tree | 104a8c7ab650a8b3e4674f18d6b957489e7d57ad /sys/amd64 | |
parent | b27bc13318d5bdb49f4bf2b44073462741413797 (diff) | |
download | FreeBSD-src-114f6b764dc0d3dd378fd79c55dd4c8f340b8a71.zip FreeBSD-src-114f6b764dc0d3dd378fd79c55dd4c8f340b8a71.tar.gz |
Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c
so that they aren't duplicated 3 times and are also in the same file as
the code that depends on the SYSVIPC modules.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/linux32/linux32_sysvec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c index 8e0fc95..4ac409a 100644 --- a/sys/amd64/linux32/linux32_sysvec.c +++ b/sys/amd64/linux32/linux32_sysvec.c @@ -84,9 +84,6 @@ __FBSDID("$FreeBSD$"); #include <compat/linux/linux_util.h> MODULE_VERSION(linux, 1); -MODULE_DEPEND(linux, sysvmsg, 1, 1, 1); -MODULE_DEPEND(linux, sysvsem, 1, 1, 1); -MODULE_DEPEND(linux, sysvshm, 1, 1, 1); MALLOC_DEFINE(M_LINUX, "linux", "Linux mode structures"); |