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 | |
parent | 08984eef49d4a05beebcce00ebd58caf8bbf5d7a (diff) | |
download | coreutils-2a8efc2647af6574b67c128c4c228d3ccd3b42bd.tar.xz |
* src/chgrp.c: Don't include lchown.h; no longer needed.
* src/chown.c: Likewise.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/chgrp.c | 1 | ||||
-rw-r--r-- | src/chown.c | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2006-10-05 Paul Eggert <eggert@cs.ucla.edu> + * src/chgrp.c: Don't include lchown.h; no longer needed. + * src/chown.c: Likewise. + * tests/ls/stat-dtype: Use a dynamic test to decide whether the current file system has useful d_type info. 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" diff --git a/src/chown.c b/src/chown.c index df688f721..c2850ee13 100644 --- a/src/chown.c +++ b/src/chown.c @@ -37,7 +37,6 @@ #include "chown-core.h" #include "error.h" #include "fts_.h" -#include "lchown.h" #include "quote.h" #include "root-dev-ino.h" #include "userspec.h" |