From: Eric Andersen Date: Mon, 15 Sep 2003 08:13:43 +0000 (-0000) Subject: fix function prototype X-Git-Tag: 1_00_pre4~175 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c4f72d1426e03f046ac54a00d733a4a52c3a5d4b;p=oweals%2Fbusybox.git fix function prototype --- diff --git a/util-linux/rdate.c b/util-linux/rdate.c index e589077a6..70dcb24e9 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c @@ -38,7 +38,7 @@ static const int RFC_868_BIAS = 2208988800UL; -static void socket_timeout() +static void socket_timeout(void) { bb_error_msg_and_die("timeout connecting to time server"); }