diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-05 22:40:55 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-05 22:40:55 +0000 |
| commit | 2a8efc2647af6574b67c128c4c228d3ccd3b42bd (patch) | |
| tree | a3e1882cff5b826c168f953216f8c89460b1e685 /src/chgrp.c | |
| parent | * tests/ls/stat-dtype: Use a dynamic test to decide whether the (diff) | |
| download | coreutils-2a8efc2647af6574b67c128c4c228d3ccd3b42bd.tar.gz coreutils-2a8efc2647af6574b67c128c4c228d3ccd3b42bd.zip | |
* src/chgrp.c: Don't include lchown.h; no longer needed.
* src/chown.c: Likewise.
Diffstat (limited to 'src/chgrp.c')
| -rw-r--r-- | src/chgrp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chgrp.c b/src/chgrp.c index e62e4917a..7e96b4c36 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -28,7 +28,6 @@ #include "error.h" #include "fts_.h" #include "group-member.h" -#include "lchown.h" #include "quote.h" #include "root-dev-ino.h" #include "xstrtol.h" |
