aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/leave
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-11-03 09:25:08 +0000
committerXin LI <delphij@FreeBSD.org>2009-11-03 09:25:08 +0000
commit49fc79609a0a93e1adeff13def61414f64ad2f91 (patch)
treeed809813df4c4c283ccdcc3edace32d39011ea72 /usr.bin/leave
parent59bf36c3a797699801b9fe746d44650134554074 (diff)
downloadsrc-49fc79609a0a93e1adeff13def61414f64ad2f91.tar.gz
src-49fc79609a0a93e1adeff13def61414f64ad2f91.zip
Static'ify signal handler which is not called from outside.
Notes
Notes: svn path=/head/; revision=198847
Diffstat (limited to 'usr.bin/leave')
-rw-r--r--usr.bin/leave/leave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c
index 89c3f5285716..c7f93c6b2c54 100644
--- a/usr.bin/leave/leave.c
+++ b/usr.bin/leave/leave.c
@@ -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);
/*