]> git.ipfire.org Git - people/ms/rstp.git/commit - ctl_main.c
fixes for 4.3.3 GCC warnings/errors
authorDenys Fedoryschenko <denys@visp.net.lb>
Wed, 1 Apr 2009 16:06:55 +0000 (09:06 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 1 Apr 2009 16:06:55 +0000 (09:06 -0700)
commit76eb7423e188f6852ba9ced4352e0d61f4dace4d
tree1bd444e102217661d770b033348a58d6aa1a690d
parent28be5578db47550d47ef091ad240dfa933c0baf8
fixes for 4.3.3 GCC warnings/errors

After fetching current git code and compiling with gcc 4.3.3 got errors
related to Werror (2 functions was ignoring return value), and ulimits.h was
not declared, but INT_MAX used
Here is fix, so rstp compile fine with gcc 4.3.3

Signed-off-by: Denys Fedoryschenko <denys@visp.net.lb>
bridge_track.c
ctl_main.c
main.c
netif_utils.c