More care with time types
[exim.git] / src / src / ip.c
index 1d4e368ecce4a7d102ad3311aa8947831ac2eac7..b492b9da1566d0c03dcc8aec11e4356aa458749e 100644 (file)
@@ -403,7 +403,7 @@ ip_recv(int sock, uschar *buffer, int buffsize, int timeout)
 {
 fd_set select_inset;
 struct timeval tv;
-int start_recv = time(NULL);
+time_t start_recv = time(NULL);
 int rc;
 
 /* Wait until the socket is ready */