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]

Re: prototype mismatches in packages/io/serial/current/src/common


On Wed, 2003-11-05 at 12:21, Kevin Hilman wrote:
> There are a few functions in packages/io/serial/current/src/common
> that have prototype mismatches within the file the cause the compiler
> for out port (to the Equator BSP architecture) to fail.
> 
> - tty.c: tty_select()
> - serial.c: serial_select()
> 
> The declaration uses Cyg_Errno as the return value and the definition
> uses cyg_bool.  It looks like they both should be cyg_bool.  The
> attached patches fix this mismatch.

These changes are already in the main CVS tree - dated September 02.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]