svn commit: r323923 - in head: lib/libufs sbin/dumpfs sbin/fsck_ffs sbin/fsdb sbin/newfs sys/kern sys/libkern sys/sys sys/ufs/ffs

Ed Maste emaste at freebsd.org
Fri Sep 22 13:37:57 UTC 2017


)On 22 September 2017 at 14:45, Kirk McKusick <mckusick at freebsd.org> wrote:
> Author: mckusick
> Date: Fri Sep 22 12:45:15 2017
> New Revision: 323923
> URL: https://svnweb.freebsd.org/changeset/base/323923
>
> Log:
>   Continuing efforts to provide hardening of FFS, this change adds a

i386 and others are broken after this change (from
https://ci.freebsd.org/job/FreeBSD-head-i386-build/4050/console):

13:25:09 /usr/src/sys/ufs/ffs/ffs_alloc.c:2619:27: error: format
specifies type 'unsigned long' but the argument has type 'uint64_t'
(aka 'unsigned long long') [-Werror,-Wformat]
13:25:09                     cg, cgp->cg_ckhash, bp->b_ckhash);
13:25:09                                         ^~~~~~~~~~~~


More information about the svn-src-head mailing list