diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-21 12:15:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-21 12:15:50 +0000 |
commit | b4a30ded4cc4fb7a78ca3526c0f3b33dc0dc5303 (patch) | |
tree | a9a96b8a2601f08e374d315a3b29ae818a42f288 | |
parent | e1dc14d3a134089236f65c79c748895e96454fda (diff) | |
download | coreutils-b4a30ded4cc4fb7a78ca3526c0f3b33dc0dc5303.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 647fcb847..21ac115dd 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +Tue May 21 07:06:30 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * lib/euidaccess.c (euidaccess) [!S_IROTH]: Define. + [!S_IWOTH]: Define. + [!S_IXOTH]: Define. + Marcus Daniels <marcus@sysc.pdx.edu> reported that m68k NEXTSTEP 3.2 + doesn't define S_IROTH or S_IWOTH unless some posix compile option + is used and associated symbols defined. + Sun May 19 09:32:51 1996 Jim Meyering (meyering@na-net.ornl.gov) * chown.c: New option: --no-dereference (-h). Solaris 5.4's chown |