From f071607aa1b78f39754b889f643d3ebaebf54cdd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 May 2005 07:32:16 +0000 Subject: [PATCH] (geteuid) [!defined _POSIX_VERSION]: Remove decl. --- src/cp.c | 4 ---- 1 file changed, 4 deletions(-) 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. */ -- 2.7.4