Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 12:13:58 -0800
From:      Cy Schubert <Cy.Schubert@cschubert.com>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r463148 - head/sysutils/smartmontools/files
Message-ID:  <201802272013.w1RKDwFx005730@slippy.cwsent.com>
In-Reply-To: Message from Mathieu Arnold <mat@FreeBSD.org> of "Tue, 27 Feb 2018 18:05:47 %2B0000." <201802271805.w1RI5l0l017307@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <201802271805.w1RI5l0l017307@repo.freebsd.org>, Mathieu 
Arnold write
s:
> Author: mat
> Date: Tue Feb 27 18:05:47 2018
> New Revision: 463148
> URL: https://svnweb.freebsd.org/changeset/ports/463148
>
> Log:
>   Fix build.
>   
>   Sponsored by:	Absolight
>
> Modified:
>   head/sysutils/smartmontools/files/patch-os__freebsd.cpp   (contents, props 
> changed)
>
> Modified: head/sysutils/smartmontools/files/patch-os__freebsd.cpp
> =============================================================================
> =
> --- head/sysutils/smartmontools/files/patch-os__freebsd.cpp	Tue Feb 27 17:0
> 8:21 2018	(r463147)
> +++ head/sysutils/smartmontools/files/patch-os__freebsd.cpp	Tue Feb 27 18:0
> 5:47 2018	(r463148)
> @@ -25,7 +25,7 @@
>  +#if __FreeBSD_version >= 1200058
>  +  pt.cmd.opc_fuse = NVME_CMD_SET_OPC(in.opcode);
>  +#else
> -+  pt.cmd.opc_fuse = in.opcode;
> ++  pt.cmd.opc = in.opcode;
>  +#endif
>     pt.cmd.nsid = in.nsid;
>     pt.buf = in.buffer;
>

Thank you.

Pointy hat to: cy


-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802272013.w1RKDwFx005730>