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

This commit is contained in:
Xin LI 2009-11-03 09:25:08 +00:00
parent 59bf36c3a7
commit 49fc79609a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198847

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);
/*