summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--src/chgrp.c1
-rw-r--r--src/chown.c1
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 10f177fc3..dee936f06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"