]> git.puffer.fish Git - mirror/frr.git/commit
[global] interface flags format warnings
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 28 Jul 2009 10:58:51 +0000 (11:58 +0100)
committerPaul Jakma <paul@quagga.net>
Tue, 28 Jul 2009 10:58:51 +0000 (11:58 +0100)
commit30d205909c5a81cc306b161c16abff0fd7f566a7
tree6f7532a4336cf601bbeab07d2669639a05409dfd
parentd023aec49f70156d2ed894a8fba65bcfa221ff02
[global] interface flags format warnings

*/*: ifp->flags is 64 bit unsigned which can not be handled by %l on 32
     bit architectures - requires %ll and the appropriate cast.
ospf6d/ospf6_zebra.c
ospfd/ospf_zebra.c
ripd/rip_interface.c
ripngd/ripng_interface.c