From 49eda1beaddf0d0305d4c19e8a1804dbb63861a1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Feb 2003 07:41:27 +0000 Subject: [PATCH] Include "euidaccess.h". Remove declaration of euidaccess. --- src/remove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2