From: Paul Eggert Date: Thu, 5 Oct 2006 22:40:55 +0000 (+0000) Subject: * src/chgrp.c: Don't include lchown.h; no longer needed. X-Git-Tag: COREUTILS-6_4~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a8efc2647af6574b67c128c4c228d3ccd3b42bd;p=thirdparty%2Fcoreutils.git * src/chgrp.c: Don't include lchown.h; no longer needed. * src/chown.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 10f177fc37..dee936f065 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-05 Paul Eggert + * 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 e62e4917a1..7e96b4c365 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 df688f7217..c2850ee133 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"