the bitrig natano_O0 branch has been created by natano.

it is 0 commits behind master, and 1 commit ahead.

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

Fix kernel link errors when compiling 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.

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