Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 20:22:08 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r255799 - in stable/9/sys/modules: cam send
Message-ID:  <201309222022.r8MKM841052750@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Sun Sep 22 20:22:08 2013
New Revision: 255799
URL: http://svnweb.freebsd.org/changeset/base/255799

Log:
  MFC r255174:
  Add missing opt_* header dependencies.

Modified:
  stable/9/sys/modules/cam/Makefile
  stable/9/sys/modules/send/Makefile
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/modules/   (props changed)

Modified: stable/9/sys/modules/cam/Makefile
==============================================================================
--- stable/9/sys/modules/cam/Makefile	Sun Sep 22 19:54:47 2013	(r255798)
+++ stable/9/sys/modules/cam/Makefile	Sun Sep 22 20:22:08 2013	(r255799)
@@ -14,6 +14,7 @@ SRCS+=	opt_scsi.h
 SRCS+=	opt_cd.h
 SRCS+=	opt_pt.h
 SRCS+=	opt_sa.h
+SRCS+=	opt_ses.h
 SRCS+=	device_if.h bus_if.h vnode_if.h
 SRCS+=	cam.c
 SRCS+=	cam_compat.c

Modified: stable/9/sys/modules/send/Makefile
==============================================================================
--- stable/9/sys/modules/send/Makefile	Sun Sep 22 19:54:47 2013	(r255798)
+++ stable/9/sys/modules/send/Makefile	Sun Sep 22 20:22:08 2013	(r255799)
@@ -2,6 +2,6 @@
 .PATH: ${.CURDIR}/../../netinet6
 
 KMOD=	send
-SRCS=	send.c
+SRCS=	send.c opt_kdtrace.h
 
 .include <bsd.kmod.mk>



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