diff options
author | Roland McGrath <roland@gnu.org> | 1999-11-08 21:52:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-11-08 21:52:30 +0000 |
commit | a18283b52ae91a6b4338b74a035546eea224cdb8 (patch) | |
tree | a5ffcc6c5f4db2f02b75664d490d208cceb5b2cd | |
parent | b12a78b616d8e7b31a51c1f30cfd505f0fe26067 (diff) |
.
-rw-r--r-- | libtrivfs/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index f58c2591..d3e16951 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,5 +1,9 @@ 1999-11-08 Roland McGrath <roland@baalperazim.frob.com> + * io-write.c: Include <fcntl.h>. + + * fsys-getroot.c (trivfs_S_fsys_getroot): Fix typo. + * io-write.c (trivfs_S_io_write): Return EBADF if trivfs_allow_open doesn't include O_WRITE. |