Mercurial > ecos
diff packages/io/fileio/current/ChangeLog @ 1891:314ff4b264b6
* src/io.cxx (ioctl): Change ioctl to use varargs so that it works
on with h8300 who's compiler does not like doing it the other way.
| author | asl |
|---|---|
| date | Tue, 08 Feb 2005 19:58:54 +0000 |
| parents | f610eb62ce8a |
| children | 6c2912f7f35b |
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,8 @@ +2005-01-27 Yoshinori Sato <ysato@users.sourceforge.jp> + + * src/io.cxx (ioctl): Change ioctl to use varargs so that it works + on with h8300 who's compiler does not like doing it the other way. + 2005-01-22 Andrew Lunn <andrew.lunn@ascom.ch> * src/misc.cxx (cyg_fs_root_lookup): New function to find the mount
