Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2010 14:55:00 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r211624 - stable/8/sys/modules/sem
Message-ID:  <201008221455.o7MEt0Ic006842@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Aug 22 14:54:59 2010
New Revision: 211624
URL: http://svn.freebsd.org/changeset/base/211624

Log:
  MFC r211339:
  Add missed dependency.

Modified:
  stable/8/sys/modules/sem/Makefile
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cam/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/modules/sem/Makefile
==============================================================================
--- stable/8/sys/modules/sem/Makefile	Sun Aug 22 13:27:33 2010	(r211623)
+++ stable/8/sys/modules/sem/Makefile	Sun Aug 22 14:54:59 2010	(r211624)
@@ -3,6 +3,6 @@
 .PATH: ${.CURDIR}/../../kern
 
 KMOD=	sem
-SRCS=	uipc_sem.c opt_posix.h vnode_if.h
+SRCS=	uipc_sem.c opt_compat.h opt_posix.h vnode_if.h
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008221455.o7MEt0Ic006842>