svn commit: r303166 - head/sys/modules/cam

Warner Losh imp at FreeBSD.org
Thu Jul 21 23:29:17 UTC 2016


Author: imp
Date: Thu Jul 21 23:29:16 2016
New Revision: 303166
URL: https://svnweb.freebsd.org/changeset/base/303166

Log:
  Add opt_ddb.h.
  
  MFC after: 1 week

Modified:
  head/sys/modules/cam/Makefile

Modified: head/sys/modules/cam/Makefile
==============================================================================
--- head/sys/modules/cam/Makefile	Thu Jul 21 23:29:13 2016	(r303165)
+++ head/sys/modules/cam/Makefile	Thu Jul 21 23:29:16 2016	(r303166)
@@ -14,6 +14,7 @@ SRCS+=	opt_cd.h
 SRCS+=	opt_pt.h
 SRCS+=	opt_sa.h
 SRCS+=	opt_ses.h
+SRCS+=	opt_ddb.h
 SRCS+=	device_if.h bus_if.h vnode_if.h
 SRCS+=	cam.c
 SRCS+=	cam_compat.c


More information about the svn-src-head mailing list