[HAVE_LCHOWN]: Define chown to lchown.

This commit is contained in:
Jim Meyering
1996-04-24 03:41:10 +00:00
parent 8e12bada8a
commit b380f45a13
+4
View File
@@ -50,6 +50,10 @@
#include "backupfile.h"
#include "error.h"
#ifdef HAVE_LCHOWN
# define chown(PATH, OWNER, GROUP) lchown(PATH, OWNER, GROUP)
#endif
#ifndef _POSIX_VERSION
uid_t geteuid ();
#endif