Unbreak FreeBSD buld
[exim.git] / src / src / globals.c
index 56d192781514c2d666df74038caa97a6e343f8ab..f945379a082ac9fb0ac46099c468d6ffde13cfbe 100644 (file)
@@ -737,7 +737,7 @@ uid_t   config_uid             = CONFIGURE_OWNER;
 uid_t   config_uid             = 0;
 #endif
 
-ulong  connection_id          = 0L;
+uint64_t connection_id        = 0L;
 int     connection_max_messages= -1;
 uschar *continue_proxy_cipher  = NULL;
 BOOL    continue_proxy_dane    = FALSE;