]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "euidaccess.h".
authorJim Meyering <jim@meyering.net>
Fri, 14 Feb 2003 07:41:27 +0000 (07:41 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 Feb 2003 07:41:27 +0000 (07:41 +0000)
Remove declaration of euidaccess.

src/remove.c

index e9223fd5374b6f06d8fe2b94a6f0f724efc60ba8..549715ac97bf8129f1382e4fb9f0c6238df9637c 100644 (file)
@@ -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;