diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 1996-10-07 05:07:09 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 1996-10-07 05:07:09 +0000 |
commit | 870247fcec31eed975674bc681e657b780b92955 (patch) | |
tree | d88c7318d77625a702c9f19613b984316b2e9d0d /testsudoers.c | |
parent | 4e06ce5611bcfe2ff2bc51b6152ff6dfec55f84f (diff) | |
download | sudo-870247fcec31eed975674bc681e657b780b92955.tar.gz |
++version
Diffstat (limited to 'testsudoers.c')
-rw-r--r-- | testsudoers.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsudoers.c b/testsudoers.c index 386bec608..7568e9605 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.1 + * CU sudo version 1.5.2 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ static char rcsid[] = "$Id$"; #ifdef HAVE_STRINGS_H # include <strings.h> #endif /* HAVE_STRINGS_H */ -#ifdef HAVE_FNMATCH_H +#if defined(HAVE_FNMATCH) && defined(HAVE_FNMATCH_H) # include <fnmatch.h> #else # ifndef HAVE_FNMATCH @@ -245,8 +245,8 @@ int netgr_matches(netgr, host, user) } -void set_perms(i) - int i; +void set_perms(i, j) + int i, j; { return; } |