Try to make indent formatting less horrible
[oweals/busybox.git] / util-linux / rdate.c
index 70dcb24e94921b93c0954d9ee3b5030523977bd0..8d156cc783835643a10ec5781d96207051cff0d0 100644 (file)
 #include <stdlib.h>
 #include <unistd.h>
 #include <signal.h>
+
 #include "busybox.h"
 
 
 static const int RFC_868_BIAS = 2208988800UL;
 
-static void socket_timeout(void)
+static void socket_timeout(int sig)
 {
        bb_error_msg_and_die("timeout connecting to time server");
 }