Mercurial > flash_v2
diff packages/net/common/current/ChangeLog @ 1621:26840b464238
* src/tftp_server.c: files are now created with the
O_CREAT|O_TRUNC|O_WRONLY so it is possible to write to
non-existing files and that overwriting a larger file with
a smaller file does not leave a garbage at the end.
| author | jlarmour |
|---|---|
| date | Thu, 29 Apr 2004 07:19:57 +0000 |
| parents | 8d53540e9a4e |
| children | a5c7a6799462 |
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog +++ b/packages/net/common/current/ChangeLog @@ -1,3 +1,10 @@ +2004-04-19 Oyvind Harboe <oyvind.harboe@zylin.com> + + * src/tftp_server.c: files are now created with the + O_CREAT|O_TRUNC|O_WRONLY so it is possible to write to + non-existing files and that overwriting a larger file with + a smaller file does not leave a garbage at the end. + 2004-04-19 John Dallaway <jld@ecoscentric.com> * doc/tcpip.sgml: Remove reference to RedBoot documentation
