summaryrefslogtreecommitdiff
path: root/lib/lchown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-19 15:15:09 +0000
committerJim Meyering <jim@meyering.net>1998-05-19 15:15:09 +0000
commit67786e0fb6afe8823876d1803dd36773ebbb5f37 (patch)
treeb86f093c276fdd48d25510ee7017a14bbc921f21 /lib/lchown.c
parentc84011e059366a202648390afa6cc89b25bad153 (diff)
downloadcoreutils-67786e0fb6afe8823876d1803dd36773ebbb5f37.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/lchown.c')
-rw-r--r--lib/lchown.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/lchown.c b/lib/lchown.c
index b15233e24..04c27c146 100644
--- a/lib/lchown.c
+++ b/lib/lchown.c
@@ -19,11 +19,6 @@
#include <config.h>
-/* Disable the definition of lchown to rpl_lchown (from config.h) in this
- file. Otherwise, we'd get conflicting prototypes for rpl_lchown on
- most systems. */
-#undef lchown
-
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
@@ -35,7 +30,7 @@ extern int errno;
In that case, set errno to ENOSYS and return -1. */
int
-rpl_lchown (const chat *file, uid_t uid, gid_t gid)
+lchown (const chat *file, uid_t uid, gid_t gid)
{
struct stat stats;