X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Flookups%2Flf_check_file.c;h=43198a817896473f1190a55e1efb9eb06bfceaf4;hb=ae96393855f6ea395a53a1767cc049d1f6ae9683;hp=3767a005c53a7ac6b4d84d5be61af537dfac5e42;hpb=d7d7b7b91dd75cec636fc144da7e27eed860f971;p=exim.git diff --git a/src/src/lookups/lf_check_file.c b/src/src/lookups/lf_check_file.c index 3767a005c..43198a817 100644 --- a/src/src/lookups/lf_check_file.c +++ b/src/src/lookups/lf_check_file.c @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/lookups/lf_check_file.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2006 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -41,7 +39,7 @@ Side effect: sets errno to ERRNO_BADUGID, ERRNO_NOTREGULAR or ERRNO_BADMODE for int lf_check_file(int fd, uschar *filename, int s_type, int modemask, uid_t *owners, - gid_t *owngroups, char *type, uschar **errmsg) + gid_t *owngroups, const char *type, uschar **errmsg) { int i; struct stat statbuf;