=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/testsudoers.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/sudo/Attic/testsudoers.c 2008/11/22 16:33:42 1.17 +++ src/usr.bin/sudo/Attic/testsudoers.c 2009/06/21 14:48:42 1.18 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2007-2008 + * Copyright (c) 1996, 1998-2005, 2007-2009 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any @@ -71,7 +71,7 @@ #endif /* HAVE_FNMATCH */ #ifndef lint -__unused static const char rcsid[] = "$Sudo: testsudoers.c,v 1.128 2008/11/19 17:01:20 millert Exp $"; +__unused static const char rcsid[] = "$Sudo: testsudoers.c,v 1.131 2009/05/25 12:02:42 millert Exp $"; #endif /* lint */ @@ -373,8 +373,9 @@ } FILE * -open_sudoers(path, keepopen) +open_sudoers(path, isdir, keepopen) const char *path; + int isdir; int *keepopen; { return(fopen(path, "r")); @@ -386,11 +387,11 @@ return; } -void +int set_perms(perm) int perm; { - return; + return(1); } void