diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-30 07:32:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-30 07:32:16 +0000 |
commit | f071607aa1b78f39754b889f643d3ebaebf54cdd (patch) | |
tree | 95c40c68cee438ad8c623a164620ec3ea68ba21f /src | |
parent | 6a9173f43eb5b72797ba9cdf2525ae6b0740f8fe (diff) | |
download | coreutils-f071607aa1b78f39754b889f643d3ebaebf54cdd.tar.xz |
(geteuid) [!defined _POSIX_VERSION]: Remove decl.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -50,10 +50,6 @@ #define AUTHORS "Torbjorn Granlund", "David MacKenzie", "Jim Meyering" -#ifndef _POSIX_VERSION -uid_t geteuid (); -#endif - /* Used by do_copy, make_path_private, and re_protect to keep a list of leading directories whose protections need to be fixed after copying. */ |