[DragonFlyBSD - Bug #1914] (Closed) warning: nested extern declaration of 'lwkt_replymsg'

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Wed Sep 25 19:30:27 PDT 2013


Issue #1914 has been updated by srussell.

Status changed from In Progress to Closed

----------------------------------------
Bug #1914: warning: nested extern declaration of 'lwkt_replymsg'
http://bugs.dragonflybsd.org/issues/1914#change-11587

* Author: srussell
* Status: Closed
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
----------------------------------------
Hi,

Im upgrading DFBSD from 2.4 to 2.8. I compiled with success the GENERIC
kernel. But when I take this configuration and add the firewall and
IPDIVERT changes, I'm getting this:

/usr/src/sys/netinet/ip_divert.c: In function 'div_attach':
/usr/src/sys/netinet/ip_divert.c:437: warning: implicit declaration of
function 'lwkt_replymsg'
/usr/src/sys/netinet/ip_divert.c:437: warning: nested extern declaration
of 'lwkt_replymsg'
*** Error code 1

Here is my changes to the GENERIC kernel (<=my kernel):

< #cpu          I486_CPU
< #cpu          I586_CPU
---
> cpu           I486_CPU
> cpu           I586_CPU

< #makeoptions  DEBUG=-g                #Build kernel with gdb(1) debug
symbols
---
> makeoptions   DEBUG=-g                #Build kernel with gdb(1) debug
symbols

< options               COMPAT_LINUX

< #device               uhid            # "Human Interface Devices"
---
> device                uhid            # "Human Interface Devices"

< options       IPFIREWALL              #firewall
< options       IPFIREWALL_VERBOSE      #enable logging to syslogd(8)
< options       IPFIREWALL_FORWARD      #enable transparent proxy support
< options       IPV6FIREWALL            #firewall for IPv6
< options       IPV6FIREWALL_VERBOSE
< options       IPDIVERT                #divert sockets
< device          pf
< device          pfsync
< device          pflog

I've searched and found no issue on this. Anybody can help?

Thanks

SR


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list