[exim-cvs] Unbreak FreeBSD buld

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Unbreak FreeBSD buld
Gitweb: https://git.exim.org/exim.git/commitdiff/ed4f9175333dfdad9b8766c0b168d7edbccbd595
Commit:     ed4f9175333dfdad9b8766c0b168d7edbccbd595
Parent:     ecb6fe6728708adefdf4f2f2aad134e36f09fc28
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Aug 9 13:08:50 2023 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Aug 9 13:08:50 2023 +0100


    Unbreak FreeBSD buld


    Broken-by: 4e871f9b28df
---
 src/src/globals.c | 2 +-
 src/src/globals.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/src/globals.c b/src/src/globals.c
index 56d192781..f945379a0 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -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;
diff --git a/src/src/globals.h b/src/src/globals.h
index 2458066dd..ff82bef6d 100644
--- a/src/src/globals.h
+++ b/src/src/globals.h
@@ -432,7 +432,7 @@ extern gstring *client_cmd_log;           /* debug log of client cmds & responses *
 extern int     clmacro_count;          /* Number of command line macros */
 extern uschar *clmacros[];             /* Copy of them, for re-exec */
 extern BOOL    commandline_checks_require_admin; /* belt and braces for insecure setups */
-extern ulong   connection_id;           /* per-daemon connection number */
+extern uint64_t connection_id;           /* connection number */
 extern int     connection_max_messages;/* Max down one SMTP connection */
 extern FILE   *config_file;            /* Configuration file */
 extern const uschar *config_filename;  /* Configuration file name */


--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/