X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2f4df477ae05f0b7180fed5531e014f638a18555..a5ffa9b475a426bc73366db01f7cc92a3811bc3a:/src/src/mytypes.h diff --git a/src/src/mytypes.h b/src/src/mytypes.h index dd8810184..b288a32cb 100644 --- a/src/src/mytypes.h +++ b/src/src/mytypes.h @@ -49,7 +49,7 @@ the standard header files, so we use "uschar". Solaris has u_char in sys/types.h. This is just a typing convenience, of course. */ typedef unsigned char uschar; -typedef int BOOL; +typedef unsigned BOOL; /* We also have SIGNAL_BOOL, which requires signal.h be included, so is defined elsewhere */