(chown): Remove unused definition.
authorJim Meyering <jim@meyering.net>
Sun, 26 Jul 1998 04:13:57 +0000 (04:13 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Jul 1998 04:13:57 +0000 (04:13 +0000)
Reported by Kaveh Ghazi.

src/mv.c

index ad1f4b1..deecc53 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
 #include "remove.h"
 #include "error.h"
 
-#if HAVE_LCHOWN
-# define chown(PATH, OWNER, GROUP) lchown(PATH, OWNER, GROUP)
-#endif
-
 /* Initial number of entries in each hash table entry's table of inodes.  */
 #define INITIAL_HASH_MODULE 100