summaryrefslogtreecommitdiff
path: root/server/timer.c
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-19 11:05:33 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-19 11:05:33 +0000
commite276291240d47503bbce8f9bf6a859048f235e7a (patch)
treec0ed7169e8a66332eebba404e11ac77767c32955 /server/timer.c
parent72be0ca6a34dd05f151d03615ce6994dc64bfee7 (diff)
Declare variable t_local
Diffstat (limited to 'server/timer.c')
-rw-r--r--server/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/timer.c b/server/timer.c
index c671c8b..05d5fcb 100644
--- a/server/timer.c
+++ b/server/timer.c
@@ -68,6 +68,7 @@ long nexttimo = 0L; /* the Unix time of the next
alarm */
static timer timers = NULL;
static long right_now;
+struct timeval t_local;
#ifdef __STDC__
# define P(s) s