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
commit7aa812e9a9db21bc23fcf0672c99b74e6c83f09a (patch)
treea887b105b929911390b749defa8598c9e663913e /lib/lchown.c
parent07d201fb10f5f9e48656740041eba128e0f9c467 (diff)
downloadgnulib-7aa812e9a9db21bc23fcf0672c99b74e6c83f09a.tar.gz
*** 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 b15233e246..04c27c146d 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;