svn commit: r331347 - in head: etc/mtree include sys/conf sys/dev/tcp_log sys/kern sys/netinet usr.bin/netstat

Justin Hibbits jrh29 at alumni.cwru.edu
Thu Mar 22 21:06:03 UTC 2018


On Thu, Mar 22, 2018 at 3:44 PM, Andriy Gapon <avg at freebsd.org> wrote:
> On 22/03/2018 17:39, Jonathan Looney wrote:
>> A tinderbox build didn't complain about atomic_fetchadd_64, so I assume it is OK.
>>
>> Yes, this can be made optional, if there is a need for that.
>>
>
> FWWI, TARGET=powerpc TARGET_ARCH=powerpc build failed for me.
>
> cc1: warnings being treated as errors
> /usr/devel/svn/head/sys/netinet/tcp_log_buf.c: In function 'tcp_log_selectauto':
> /usr/devel/svn/head/sys/netinet/tcp_log_buf.c:286: warning: implicit declaration
> of function 'atomic_fetchadd_64'
> /usr/devel/svn/head/sys/netinet/tcp_log_buf.c:286: warning: nested extern
> declaration of 'atomic_fetchadd_64' [-Wnested-externs]
>
> --
> Andriy Gapon
>

mips complains, too.  Check out https://ci.freebsd.org/tinderbox .

- Justin


More information about the svn-src-all mailing list