summaryrefslogtreecommitdiffstats
path: root/usr.bin/leave
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-11-03 09:25:08 +0000
committerdelphij <delphij@FreeBSD.org>2009-11-03 09:25:08 +0000
commit6d3123f8e08aa130400d8fd1bfd0bbff61833e72 (patch)
treeed809813df4c4c283ccdcc3edace32d39011ea72 /usr.bin/leave
parentf93bd9fff414a71e24948bb8dc29233a4c02e351 (diff)
downloadFreeBSD-src-6d3123f8e08aa130400d8fd1bfd0bbff61833e72.zip
FreeBSD-src-6d3123f8e08aa130400d8fd1bfd0bbff61833e72.tar.gz
Static'ify signal handler which is not called from outside.
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 89c3f52..c7f93c6 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);
/*
OpenPOWER on IntegriCloud