(file_read_at) Fix behavior of read when position is past EOF.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Oct 2004 19:15:32 +0000 (19:15 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Oct 2004 19:15:32 +0000 (19:15 +0000)
commit73d87f4d52231edc186c428daf3cebc7755c54ce
treebea597861ee9719337cd8c7228fed139c0681e5c
parent3aa370fa4559576f22f2d0b07f302c2f60666feb
(file_read_at) Fix behavior of read when position is past EOF.
(file_write_at) Ditto.  Also, fix test for needing read-modify-write.
src/filesys/file.c