summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libexec/spamd/sync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/sync.c b/libexec/spamd/sync.c
index 9be90073659..5d777442212 100644
--- a/libexec/spamd/sync.c
+++ b/libexec/spamd/sync.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sync.c,v 1.9 2012/12/04 02:36:38 deraadt Exp $ */
+/* $OpenBSD: sync.c,v 1.10 2013/11/19 18:33:07 deraadt Exp $ */
/*
* Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org>
@@ -256,7 +256,7 @@ sync_recv(void)
socklen_t addr_len;
ssize_t len;
u_int hmac_len;
- time_t expire;
+ u_int32_t expire;
bzero(&addr, sizeof(addr));
bzero(buf, sizeof(buf));