Re: Revision 312827 fatal error: 'opt_printf.h' file not found

2017-01-26 Thread Scott Long
> On Jan 26, 2017, at 5:22 PM, Jung-uk Kim wrote: > > On 01/26/2017 19:17, Alex Deiter wrote: >> Hello, >> >> patch: >> >> Index: sys/cam/cam_xpt.h >> === >> --- sys/cam/cam_xpt.h (revision 312851) >> +++

Re: Revision 312827 fatal error: 'opt_printf.h' file not found

2017-01-26 Thread Alex Deiter
Hello, Thank you! Alex Deiter alex.dei...@gmail.com > On 27 Jan 2017, at 03:22, Jung-uk Kim wrote: > > On 01/26/2017 19:17, Alex Deiter wrote: >> Hello, >> >> patch: >> >> Index: sys/cam/cam_xpt.h >> === >>

Re: Revision 312827 fatal error: 'opt_printf.h' file not found

2017-01-26 Thread Jung-uk Kim
On 01/26/2017 19:17, Alex Deiter wrote: Hello, patch: Index: sys/cam/cam_xpt.h === --- sys/cam/cam_xpt.h (revision 312851) +++ sys/cam/cam_xpt.h (working copy) @@ -33,7 +33,10 @@ #define _CAM_CAM_XPT_H 1 #include + +#ifdef

Revision 312827 fatal error: 'opt_printf.h' file not found

2017-01-26 Thread Alex Deiter
Hello, patch: Index: sys/cam/cam_xpt.h === --- sys/cam/cam_xpt.h (revision 312851) +++ sys/cam/cam_xpt.h (working copy) @@ -33,7 +33,10 @@ #define _CAM_CAM_XPT_H 1 #include + +#ifdef _KERNEL #include "opt_printf.h" +#endif