summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 11517497fa..e95beb25cc 100644
--- a/time.c
+++ b/time.c
@@ -109,7 +109,7 @@ time_init(time)
#define NDIV(x,y) (-(-((x)+1)/(y))-1)
#define NMOD(x,y) ((y)-(-((x)+1)%(y))-1)
-void
+static void
time_overflow_p(secp, usecp)
time_t *secp, *usecp;
{