Fix use of typedef for FreeBSD
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 23 Jul 2023 12:56:32 +0000 (13:56 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 23 Jul 2023 12:56:32 +0000 (13:56 +0100)
Broken-by: 1209e3e19e29
src/src/expand.c

index d8ea7ae6be4d0e4c7ea14fb25b2917225942fe6b..ae16575492585c8ab3d8ae9a57c61fd023e7c544 100644 (file)
@@ -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 */