Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 18:05:47 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463148 - head/sysutils/smartmontools/files
Message-ID:  <201802271805.w1RI5l0l017307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:08:21 2018	(r463147)
+++ head/sysutils/smartmontools/files/patch-os__freebsd.cpp	Tue Feb 27 18:05: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;



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