commit | 30d205909c5a81cc306b161c16abff0fd7f566a7 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue Jul 28 11:58:51 2009 +0100 |
committer | Paul Jakma <paul@quagga.net> | Tue Jul 28 11:58:51 2009 +0100 |
tree | 6f7532a4336cf601bbeab07d2669639a05409dfd | |
parent | d023aec49f70156d2ed894a8fba65bcfa221ff02 [diff] |
[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.