fix function prototype

This commit is contained in:
Eric Andersen 2003-09-15 08:13:43 +00:00
parent 45638df230
commit c4f72d1426

View File

@ -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");
}