[exim-cvs] Fix use of typedef for FreeBSD

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix use of typedef for FreeBSD
Gitweb: https://git.exim.org/exim.git/commitdiff/249f39385d608eaa6a3daabce6f9bcfa15eb2d3c
Commit:     249f39385d608eaa6a3daabce6f9bcfa15eb2d3c
Parent:     1209e3e19e292cee517e43a2ccfe9b44b33bb1dc
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jul 23 13:56:32 2023 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jul 23 13:56:32 2023 +0100


    Fix use of typedef for FreeBSD


    Broken-by: 1209e3e19e29
---
 src/src/expand.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/expand.c b/src/src/expand.c
index d8ea7ae6b..ae1657549 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -7862,7 +7862,7 @@ NOT_ITEM: ;
     case EOP_UTF8CLEAN:
       {
       int seq_len = 0, index = 0, bytes_left = 0, complete;
-      ulong codepoint = (ulong)-1;
+      u_long codepoint = (u_long)-1;
       uschar seq_buff[4];            /* accumulate utf-8 here */


       /* Manually track tainting, as we deal in individual chars below */


--
## 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/