]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(geteuid) [!defined _POSIX_VERSION]: Remove decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 May 2005 07:32:16 +0000 (07:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 May 2005 07:32:16 +0000 (07:32 +0000)
src/cp.c

index 7e0274738b6fa17e025f5d950575df7d6a2723c3..04d73a02b9abbeac699178e82f5ecedb9c02108e 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
 
 #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. */