aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/wakeup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c
index eb3dd72c95c..7641843e406 100644
--- a/lib-src/wakeup.c
+++ b/lib-src/wakeup.c
@@ -10,7 +10,7 @@ main (argc, argv)
10 char **argv; 10 char **argv;
11{ 11{
12 int period = 60; 12 int period = 60;
13 long when; 13 time_t when;
14 struct tm *tp; 14 struct tm *tp;
15 15
16 if (argc > 1) 16 if (argc > 1)