From: Paul Eggert Date: Mon, 30 May 2005 07:32:16 +0000 (+0000) Subject: (geteuid) [!defined _POSIX_VERSION]: Remove decl. X-Git-Tag: CPPI-1_12~703 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f071607aa1b78f39754b889f643d3ebaebf54cdd;p=platform%2Fupstream%2Fcoreutils.git (geteuid) [!defined _POSIX_VERSION]: Remove decl. --- diff --git a/src/cp.c b/src/cp.c index 7e02747..04d73a0 100644 --- a/src/cp.c +++ b/src/cp.c @@ -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. */