1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 16:51:34 +02:00

(chown): Remove unused definition.

Reported by Kaveh Ghazi.
This commit is contained in:
Jim Meyering
1998-07-26 04:13:57 +00:00
parent 2b374ec2d9
commit 82988e97cf
-4
View File
@@ -56,10 +56,6 @@
#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