]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(iruserok): Use access instead of euidaccess.
authorUlrich Drepper <drepper@redhat.com>
Thu, 17 Apr 1997 23:20:49 +0000 (23:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 17 Apr 1997 23:20:49 +0000 (23:20 +0000)
inet/rcmd.c

index 342c1c909e9cb2ea403c7bd6ebc6d2a5eb39d79e..d390a8d809104264e4d0cb9753fe47edd7b160e4 100644 (file)
@@ -338,7 +338,7 @@ again:
                 * reading an NFS mounted file system, can't read files that
                 * are protected read/write owner only.
                 */
-               if (__euidaccess (pbuf, R_OK) != 0)
+               if (__access (pbuf, R_OK) != 0)
                  hostf = NULL;
                else
                  {