This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, Jan 28, 2005 at 12:19:56AM +0900, Yoshinori Sato wrote:
> please commit.
>
> Index: io/fileio/current/ChangeLog
> ===================================================================
> RCS file: /cvsroot/ecos-h8/ecos/packages/io/fileio/current/ChangeLog,v
> retrieving revision 1.1.1.13
> retrieving revision 1.2
> diff -u -r1.1.1.13 -r1.2
> --- io/fileio/current/ChangeLog 27 Jan 2005 02:38:13 -0000 1.1.1.13
> +++ io/fileio/current/ChangeLog 27 Jan 2005 14:10:56 -0000 1.2
> @@ -1,3 +1,10 @@
> +2005-01-27 Yoshinori Sato <ysato@users.sourceforge.jp>
> +
> + * src/io.cxx (ioctl): Change a receipt of argument in variable length
> + with h8300.
> + Because it is a register normally, cannot get argument rightly
> + that don't agree with prototype.
> +
After some discussion with the maintainers we decided to do this
slightly differently. Please see the attached patch which has been
committed.
Andrew
Attachment:
ioctl.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |