X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fexim_lock.c;h=541e80f3f2a25bf4d6a2fdbcae5ef1f4a99124ea;hb=4ab69ec7c73967c9ca101d1716fbfa9e24184cd8;hp=4b2209b05d5d7f6ad020d71b186e49a7663d543d;hpb=c99b02de6c9788335fd4ea1da063248f0265ad91;p=exim.git diff --git a/src/src/exim_lock.c b/src/src/exim_lock.c index 4b2209b05..541e80f3f 100644 --- a/src/src/exim_lock.c +++ b/src/src/exim_lock.c @@ -9,6 +9,8 @@ Options: -fcntl use fcntl() lock Default is -fcntl -lockfile. Argument: the name of the lock file + +Copyright (c) The Exim Maintainers 2016 */ #include "os.h" @@ -36,7 +38,7 @@ in sys/file.h. */ #endif -typedef int BOOL; +typedef unsigned BOOL; #define FALSE 0 #define TRUE 1