From 4e5936ef9501da7d2f010d8c4f3703505b28b2c5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 16 Apr 2005 04:30:38 +0000 Subject: In Bug 208, bernhardf writes: On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure. --- networking/libiproute/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/libiproute') diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index fa1548609..d86d4f8f5 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -238,7 +238,7 @@ __u32 get_addr32(char *name) return addr.data[0]; } -void incomplete_command() +void incomplete_command(void) { bb_error_msg("Command line is not complete. Try option \"help\""); exit(-1); -- cgit v1.2.3