summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-21 11:24:53 +0000
committerJim Meyering <jim@meyering.net>1997-12-21 11:24:53 +0000
commita2c7ebd49cd6a634f99a880bc1f5f955c5f3983d (patch)
tree0927dc298e4ab611deab9df19fdf203c37441f85 /old
parent727298f3f5174a6bf60e3d261cf37a6176584a07 (diff)
downloadcoreutils-a2c7ebd49cd6a634f99a880bc1f5f955c5f3983d.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog28
1 files changed, 27 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index af599eaeb..9e3a2dc37 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.