mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-30 04:25:05 -04:00
Remove declaration of euidaccess.
Instead, include "euidaccess.h".
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user