mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Static'ify signal handler which is not called from outside.
This commit is contained in:
parent
59bf36c3a7
commit
49fc79609a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198847
@ -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);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user