svn commit: r333099 - head/sys/modules/ocs_fc

Ram Kishore Vegesna ram at FreeBSD.org
Mon Apr 30 07:24:32 UTC 2018


Author: ram
Date: Mon Apr 30 07:24:31 2018
New Revision: 333099
URL: https://svnweb.freebsd.org/changeset/base/333099

Log:
  Included opt_stack.h in Makefile, to fix module build.
  
  PR: 227823
  Reported by: eugen
  Approved by: mav
  MFC after: 3 days

Modified:
  head/sys/modules/ocs_fc/Makefile

Modified: head/sys/modules/ocs_fc/Makefile
==============================================================================
--- head/sys/modules/ocs_fc/Makefile	Mon Apr 30 05:57:55 2018	(r333098)
+++ head/sys/modules/ocs_fc/Makefile	Mon Apr 30 07:24:31 2018	(r333099)
@@ -8,6 +8,7 @@ SRCS = \
 	bus_if.h \
 	pci_if.h \
 	opt_scsi.h \
+	opt_stack.h \
 	opt_cam.h
 
 # OS


More information about the svn-src-all mailing list