* 2.5.12(bk): IPv6 over IPv4 tunnel device initialization
@ 2002-05-02 12:33 Alex Riesen
2002-05-02 13:28 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Alex Riesen @ 2002-05-02 12:33 UTC (permalink / raw)
To: Alexey Kuznetsov; +Cc: linux-kernel
Hello,
just came across a suspicious warning:
...
CC net/ipv6/ip6_input.o
CC net/ipv6/addrconf.o
CC net/ipv6/sit.o
.../net/ipv6/sit.c:67: warning: initialization makes integer from pointer without a cast
...
It looks like the order of fields in net_device has changed,
as the net_device::init is not initialized now with
ipip6_fb_tunnel_init, but with a 0.
Using field labels in the initialization would be a good thing, imho.
-alex
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.5.12(bk): IPv6 over IPv4 tunnel device initialization
2002-05-02 12:33 2.5.12(bk): IPv6 over IPv4 tunnel device initialization Alex Riesen
@ 2002-05-02 13:28 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2002-05-02 13:28 UTC (permalink / raw)
To: Alexander.Riesen; +Cc: kuznet, linux-kernel
From: Alex Riesen <Alexander.Riesen@synopsys.com>
Date: Thu, 2 May 2002 14:33:35 +0200
Hello,
just came across a suspicious warning:
...
CC net/ipv6/ip6_input.o
CC net/ipv6/addrconf.o
CC net/ipv6/sit.o
.../net/ipv6/sit.c:67: warning: initialization makes integer from pointer without a cast
...
It looks like the order of fields in net_device has changed,
as the net_device::init is not initialized now with
ipip6_fb_tunnel_init, but with a 0.
Using field labels in the initialization would be a good thing, imho.
I've sent Linus a fix for this...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-02 13:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-02 12:33 2.5.12(bk): IPv6 over IPv4 tunnel device initialization Alex Riesen
2002-05-02 13:28 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®