summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
char **argv;
{
int period = 60;
- long when;
+ time_t when;
struct tm *tp;
if (argc > 1)