Patch from Steven Scholz, fix some warnings

This commit is contained in:
Glenn L McGrath
2003-10-09 11:38:45 +00:00
parent 99825960c1
commit a55d72bbb4
3 changed files with 3 additions and 3 deletions

View File

@@ -33,12 +33,13 @@
#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");
}