svn commit: r312356 - stable/11/sys/modules/cam

Ngie Cooper ngie at FreeBSD.org
Tue Jan 17 23:47:39 UTC 2017


Author: ngie
Date: Tue Jan 17 23:47:37 2017
New Revision: 312356
URL: https://svnweb.freebsd.org/changeset/base/312356

Log:
  MFC r303166:
  r303166 (by imp):
  
  Add opt_ddb.h.

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

Modified: stable/11/sys/modules/cam/Makefile
==============================================================================
--- stable/11/sys/modules/cam/Makefile	Tue Jan 17 22:05:52 2017	(r312355)
+++ stable/11/sys/modules/cam/Makefile	Tue Jan 17 23:47:37 2017	(r312356)
@@ -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-all mailing list