summaryrefslogtreecommitdiffstats
path: root/sbin/shutdown/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/shutdown/shutdown.c')
-rw-r--r--sbin/shutdown/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c
index 8e722ca..7bd93a0 100644
--- a/sbin/shutdown/shutdown.c
+++ b/sbin/shutdown/shutdown.c
@@ -67,7 +67,7 @@ __FBSDID("$FreeBSD$");
#define M *60
#define S *1
#define NOLOG_TIME 5*60
-struct interval {
+static struct interval {
int timeleft, timetowait;
} tlist[] = {
{ 10 H, 5 H },
OpenPOWER on IntegriCloud