summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-14 14:40:12 +0000
committerJim Meyering <jim@meyering.net>2004-06-14 14:40:12 +0000
commitb276da216d5bbbe4a4b60e79ae7845ec8370331c (patch)
tree3a8dfbdf2b35511c56a421fb132422c6c103c879 /src
parent773c6cc76b5fe5e2128ebf1dd6b0633c1e863ced (diff)
downloadcoreutils-b276da216d5bbbe4a4b60e79ae7845ec8370331c.tar.xz
Remove declaration of euidaccess.
Instead, include "euidaccess.h".
Diffstat (limited to 'src')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index ac03d85f0..75aa6668e 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -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,