svn commit: r334360 - in head: etc/mtree tests/sys tests/sys/audit

Ed Maste emaste at freebsd.org
Wed May 30 00:10:53 UTC 2018


On 29 May 2018 at 19:08, Alan Somers <asomers at freebsd.org> wrote:
> Author: asomers
> Date: Tue May 29 23:08:33 2018
> New Revision: 334360
> URL: https://svnweb.freebsd.org/changeset/base/334360
>
> Log:
>   Add initial set of tests for audit(4)

This has broken the build on many architectures, e.g. mips:
https://ci.freebsd.org/job/FreeBSD-head-mips-build/2467/console

23:15:17 In file included from /usr/src/tests/sys/audit/utils.c:38:
23:15:17 /usr/obj/usr/src/mips.mips/tmp/usr/include/bsm/libbsm.h:880:
warning: redundant redeclaration of 'au_bsm_to_domain'
23:15:17 /usr/obj/usr/src/mips.mips/tmp/usr/include/bsm/audit_record.h:301:
warning: previous declaration of 'au_bsm_to_domain' was here
...


More information about the svn-src-head mailing list