From: Jim Meyering Date: Fri, 14 Feb 2003 07:41:27 +0000 (+0000) Subject: Include "euidaccess.h". X-Git-Tag: v4.5.8~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49eda1beaddf0d0305d4c19e8a1804dbb63861a1;p=thirdparty%2Fcoreutils.git Include "euidaccess.h". Remove declaration of euidaccess. --- diff --git a/src/remove.c b/src/remove.c index e9223fd537..549715ac97 100644 --- a/src/remove.c +++ b/src/remove.c @@ -32,6 +32,7 @@ #include "cycle-check.h" #include "dirname.h" #include "error.h" +#include "euidaccess.h" #include "file-type.h" #include "hash.h" #include "hash-pjw.h" @@ -118,7 +119,6 @@ struct AD_ent } u; }; -int euidaccess (); int yesno (); extern char *program_name;