Date: Fri, 27 Jan 2017 00:17:07 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312852 - head/sys/cam Message-ID: <201701270017.v0R0H7qb083199@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Fri Jan 27 00:17:07 2017 New Revision: 312852 URL: https://svnweb.freebsd.org/changeset/base/312852 Log: Fix libcam build. It was broken with r312827. Modified: head/sys/cam/cam_xpt.h Modified: head/sys/cam/cam_xpt.h ============================================================================== --- head/sys/cam/cam_xpt.h Thu Jan 26 23:29:30 2017 (r312851) +++ head/sys/cam/cam_xpt.h Fri Jan 27 00:17:07 2017 (r312852) @@ -32,8 +32,10 @@ #ifndef _CAM_CAM_XPT_H #define _CAM_CAM_XPT_H 1 +#ifdef _KERNEL #include <sys/cdefs.h> #include "opt_printf.h" +#endif /* Forward Declarations */ union ccb;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701270017.v0R0H7qb083199>