]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 21 Dec 1997 11:24:53 +0000 (11:24 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Dec 1997 11:24:53 +0000 (11:24 +0000)
old/fileutils/ChangeLog

index af599eaeb0d906d67186fdc7e1c28410ea7a94fe..9e3a2dc37f29050273b954159e44d2e81838ac0d 100644 (file)
@@ -1,8 +1,34 @@
+1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * lib/chown.c (rpl_chown): Rename from chown.
+       Undefine chown just after including config.h.
+       Include sys/stat.h.
+       Use correct ordering of uid and gid parameters both in function
+       definition and in call to chown.
+       With patches from Kaveh Ghazi.
+
+       * sys/fsusage.h: Use PARAMS, not __P.
+       * sys/getline.h: Likewise.
+       * sys/hash.h: Likewise.
+       * sys/human.h: Likewise.
+       * sys/long-options.h: Likewise.
+       * sys/makepath.h: Likewise.
+       * sys/modechange.h: Likewise.
+       * sys/path-concat.h: Likewise.
+       * sys/save-cwd.c: Likewise.
+       * sys/save-cwd.h: Likewise.
+       * sys/savedir.h: Likewise.
+       * sys/strverscmp.h: Likewise.
+       * sys/xalloc.h: Likewise.
+       * sys/xstrtol.h: Likewise.
+
+
 1997-12-16  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * src/sys2.h: s/__P/PARAMS/g.
-       * src/chmod.c: Likewise.
        * src/chgrp.c: Likewise.
+       * src/chmod.c: Likewise.
+       * src/chown.c: Likewise.
        * src/copy.c: Likewise.
        * src/du.c: Likewise.
        * src/dd.c: Likewise.