[HAVE_LCHOWN]: Define chown to lchown.

This commit is contained in:
Jim Meyering
1996-04-24 03:35:55 +00:00
parent 6d668c6160
commit ade410fae0
+4
View File
@@ -36,6 +36,10 @@
uid_t geteuid ();
#endif
#ifdef HAVE_LCHOWN
# define chown(PATH, OWNER, GROUP) lchown(PATH, OWNER, GROUP)
#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. */