aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rdate.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-15 08:13:43 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-15 08:13:43 +0000
commitc4f72d1426e03f046ac54a00d733a4a52c3a5d4b (patch)
tree2d37a46a21420e3bf0c404addb740e93556ecfe4 /util-linux/rdate.c
parent45638df23051a0798721aa568f5a23696910e287 (diff)
downloadbusybox-c4f72d1426e03f046ac54a00d733a4a52c3a5d4b.tar.gz
fix function prototype
Diffstat (limited to 'util-linux/rdate.c')
-rw-r--r--util-linux/rdate.c2
1 files changed, 1 insertions, 1 deletions
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");
}