Date: Mon, 10 Jul 2017 03:38:12 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r320857 - head/sys/cam Message-ID: <201707100338.v6A3cCR4058778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707100338.v6A3cCR4058778>