X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Flookups%2Fpasswd.c;h=315677ffa7fdf090e85ee9669c456a18a30f9b4b;hb=9cffa4367b034b97a01fb3a0cf8095d8f56fa56a;hp=c9986da98f91aaa3909c73f220b6ab2a0119729e;hpb=55414b25bee9f0195ccd1e47f3d3b5cba766e099;p=exim.git diff --git a/src/src/lookups/passwd.c b/src/src/lookups/passwd.c index c9986da98..315677ffa 100644 --- a/src/src/lookups/passwd.c +++ b/src/src/lookups/passwd.c @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ #include "../exim.h" @@ -34,7 +34,7 @@ return (void *)(-1); /* Just return something non-null */ static int passwd_find(void *handle, uschar *filename, const uschar *keystring, int length, - uschar **result, uschar **errmsg, BOOL *do_cache) + uschar **result, uschar **errmsg, uint *do_cache) { struct passwd *pw;