svn commit: r209442 - head/sys/modules/mqueue

Andrew Thompson thompsa at FreeBSD.org
Tue Jun 22 20:52:35 UTC 2010


Author: thompsa
Date: Tue Jun 22 20:52:35 2010
New Revision: 209442
URL: http://svn.freebsd.org/changeset/base/209442

Log:
  Add missing opt_compat.h dependency.
  
  Found by:	Garrett Cooper

Modified:
  head/sys/modules/mqueue/Makefile

Modified: head/sys/modules/mqueue/Makefile
==============================================================================
--- head/sys/modules/mqueue/Makefile	Tue Jun 22 19:56:07 2010	(r209441)
+++ head/sys/modules/mqueue/Makefile	Tue Jun 22 20:52:35 2010	(r209442)
@@ -5,6 +5,6 @@
 KMOD=	mqueuefs
 SRCS=	uipc_mqueue.c \
 	vnode_if.h \
-	opt_posix.h
+	opt_posix.h opt_compat.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list