]> git.pld-linux.org Git - packages/coreutils.git/blob - coreutils-euidaccess.patch
- Fixes suggested by glen - TX
[packages/coreutils.git] / coreutils-euidaccess.patch
1 --- coreutils-5.2.1/src/test.c.orig     2004-01-21 23:27:02.000000000 +0100
2 +++ coreutils-5.2.1/src/test.c  2006-02-12 14:43:49.039380500 +0100
3 @@ -121,7 +121,7 @@
4    test_exit (TEST_FAILURE);
5  }
6  
7 -#if HAVE_SETREUID && HAVE_SETREGID
8 +#if HAVE_SETREUID && HAVE_SETREGID && !HAVE_EUIDACCESS
9  /* Do the same thing access(2) does, but use the effective uid and gid.  */
10  
11  static int
This page took 1.40107 seconds and 3 git commands to generate.