]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove declaration of euidaccess.
authorJim Meyering <jim@meyering.net>
Mon, 14 Jun 2004 14:40:12 +0000 (14:40 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 14 Jun 2004 14:40:12 +0000 (14:40 +0000)
Instead, include "euidaccess.h".

src/copy.c

index ac03d85f0e826a7da7392435b6e76147b6293138..75aa6668e056dc4225d12bd7845e05df3bf66662 100644 (file)
@@ -31,6 +31,7 @@
 #include "copy.h"
 #include "cp-hash.h"
 #include "dirname.h"
+#include "euidaccess.h"
 #include "error.h"
 #include "full-write.h"
 #include "getpagesize.h"
@@ -78,7 +79,6 @@ struct F_triple
 /* Initial size of the above hash table.  */
 #define DEST_INFO_INITIAL_CAPACITY 61
 
-int euidaccess ();
 int yesno ();
 
 static int copy_internal (const char *src_path, const char *dst_path,