PERFORCE change 81176 for review

John Baldwin jhb at FreeBSD.org
Fri Jul 29 17:52:37 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=81176

Change 81176 by jhb at 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)	\


More information about the p4-projects mailing list