Static'ify signal handler which is not called from outside.

This commit is contained in:
delphij 2009-11-03 09:25:08 +00:00
parent f93bd9fff4
commit 6d3123f8e0

View File

@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
#include <time.h>
#include <unistd.h>
void doalarm(u_int);
static void doalarm(u_int);
static void usage(void);
/*