svn commit: r320857 - head/sys/cam

Warner Losh imp at FreeBSD.org
Mon Jul 10 03:38:13 UTC 2017


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>


More information about the svn-src-head mailing list