diff options
-rw-r--r-- | sbin/dump/optr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 0fdc745..74f261c 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -192,7 +192,8 @@ time_t tschedule = 0; void timeest() { - time_t tnow, deltat; + time_t tnow; + int deltat; (void) time((time_t *) &tnow); if (tnow >= tschedule) { |