diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-26 04:13:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-26 04:13:57 +0000 |
commit | 82988e97cfc8ed20db16723c66191896a0b32f4f (patch) | |
tree | b6f55f411f160e515e694c4be712bc9d7c46af31 /src | |
parent | 2b374ec2d9f21e9ebb1dc532f34d4f9638d41a00 (diff) | |
download | coreutils-82988e97cfc8ed20db16723c66191896a0b32f4f.tar.xz |
(chown): Remove unused definition.
Reported by Kaveh Ghazi.
Diffstat (limited to 'src')
-rw-r--r-- | src/mv.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |