]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/chgrp.c: Don't include lchown.h; no longer needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Oct 2006 22:40:55 +0000 (22:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Oct 2006 22:40:55 +0000 (22:40 +0000)
* src/chown.c: Likewise.

ChangeLog
src/chgrp.c
src/chown.c

index 10f177fc37edc4444435d153c67c4aa3e91778d7..dee936f06583b7db48005c6241c01dd0e1352844 100644 (file)
--- 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.
 
index e62e4917a1f749f311396a7f2c03a3d602e452da..7e96b4c365bd6b3167779c8e03d1d0953609e0ac 100644 (file)
@@ -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"
index df688f721773d4c79d3997d8ef0fd8d0b79c028d..c2850ee133b73f41739138563f3a6459fe9c0714 100644 (file)
@@ -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"