the bitrig master branch has been updated by natano with 1 new commit:

commit 386b7cd36d491a42b0d9d18e4752f59629214583
diff: https://github.com/bitrig/bitrig/commit/386b7cd
author: Martin Natano <[email protected]>
date: Mon Apr 20 19:55:43 2015 +0200

Allow the kernel to link when compiled with the -O0 flag.

The semantics of the 'inline' keyword differ in C99 (clang's default)
and gnu89 (gcc's default, which was previously used to compile that
code). See http://clang.llvm.org/compatibility.html#inline.

The link error doesn't show up with the default flags as they cause
clang to inline the functions in question, instead of calling them.

While there fix prototype for pipex_ppp_proto().

M       sys/dev/pci/ahd_pci.c
M       sys/dev/usb/uhci.c
M       sys/net/pipex.c
M       sys/net/pipex_local.h

Reply via email to