看板 DFBSD_commit 關於我們 聯絡資訊
commit 2183cbe4203baa9866bde803a95210404d75b6ac Author: Sascha Wildner <saw@online.de> Date: Mon Jan 11 16:56:27 2010 +0100 Fix kernel build without INET6. With the addition of -Werror, some minor issues crept up. The only issue left is that building with 'options SCTP' and without 'options INET6' is broken still (and was before -Werror), since our SCTP code doesn't #ifdef out enough. But as our SCTP support is quite old and has never been updated (and I don't plan to do so), I'll leave it at that. Reported-by: Johannes Hofmann <johannes.hofmann@gmx.de> Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1646> Summary of changes: sys/net/faith/if_faith.c | 2 ++ sys/netinet/ip_carp.c | 2 +- sys/netinet/tcp_usrreq.c | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2183cbe4203baa9866bde803a95210404d75b6ac -- DragonFly BSD source repository