(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 7e02747..04d73a0 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. */