Author: imp
Date: Mon Jul 10 03:38:12 2017
New Revision: 320857
URL: https://svnweb.freebsd.org/changeset/base/320857

Log:
  Opt files are included with single quotes.

Modified:
  head/sys/cam/cam.h

Modified: head/sys/cam/cam.h
==============================================================================
--- head/sys/cam/cam.h  Mon Jul 10 03:38:07 2017        (r320856)
+++ head/sys/cam/cam.h  Mon Jul 10 03:38:12 2017        (r320857)
@@ -32,7 +32,7 @@
 #define _CAM_CAM_H 1
 
 #ifdef _KERNEL
-#include <opt_cam.h>
+#include "opt_cam.h"
 #endif
 
 #include <sys/cdefs.h>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to