Date: Fri, 29 Jul 2005 17:52:35 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 81176 for review Message-ID: <200507291752.j6THqZfT082956@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81176 Change 81176 by jhb@jhb_slimer on 2005/07/29 17:52:09 Sync with other linux ABIs in this branch: common module dependencies live in MI code. Affected files ... .. //depot/projects/smpng/sys/amd64/linux32/linux32_sysvec.c#6 edit Differences ... ==== //depot/projects/smpng/sys/amd64/linux32/linux32_sysvec.c#6 (text+ko) ==== @@ -83,11 +83,6 @@ #include <compat/linux/linux_signal.h> #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"); #define AUXARGS_ENTRY_32(pos, id, val) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507291752.j6THqZfT082956>