svn commit: r364740 - head/sys/contrib/openzfs

Hans Petter Selasky hps at selasky.org
Wed Sep 2 11:26:48 UTC 2020


On 2020-08-25 01:31, Matt Macy wrote:
> Author: mmacy
> Date: Mon Aug 24 23:31:26 2020
> New Revision: 364740
> URL: https://svnweb.freebsd.org/changeset/base/364740
> 
> Log:
>    Initial import from vendor-sys branch of openzfs
> 
> Added:
>    head/sys/contrib/openzfs/
>       - copied from r364739, vendor-sys/openzfs/dist/
> 


FYI - build failure. Should probably use uintptr_t ??

https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/lastFailedBuild/console

> 10:45:48 /workspace/src/sys/contrib/openzfs/lib/libzutil/os/freebsd/zutil_compat.c:58:16: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
> 10:45:48    zp.zfs_cmd = (uint64_t)zc;
> 10:45:48                 ^
> 10:45:48 /workspace/src/sys/contrib/openzfs/lib/libzutil/os/freebsd/zutil_compat.c:67:16: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
> 10:45:48    zp.zfs_cmd = (uint64_t)zc_c;
> 10:45:48                 ^
> 10:45:48 --- cddl/lib/libctf__L ---


--HPS


More information about the svn-src-all mailing list