diff options
Diffstat (limited to 'networking/brctl.c')
-rw-r--r-- | networking/brctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/brctl.c b/networking/brctl.c index 7b0270b51..0f8dc2f7a 100644 --- a/networking/brctl.c +++ b/networking/brctl.c | |||
@@ -538,7 +538,7 @@ int brctl_main(int argc UNUSED_PARAM, char **argv) | |||
538 | DIR *net; | 538 | DIR *net; |
539 | struct dirent *ent; | 539 | struct dirent *ent; |
540 | int need_hdr = 1; | 540 | int need_hdr = 1; |
541 | int exitcode = EXIT_SUCCESS; | 541 | exitcode_t exitcode = EXIT_SUCCESS; |
542 | 542 | ||
543 | if (*argv) { | 543 | if (*argv) { |
544 | /* "show BR1 BR2 BR3" */ | 544 | /* "show BR1 BR2 BR3" */ |