forked from Imagelibrary/rtems
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* ppc403/tty_drv/tty_drv.c: Remove warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ppc403/tty_drv/tty_drv.c: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am,
|
||||
|
||||
@@ -201,6 +201,7 @@ tty0SetAttributes (int minor, const struct termios *t)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifndef TTY0_USE_INTERRUPT
|
||||
static int
|
||||
tty0PollRead (int minor)
|
||||
{
|
||||
@@ -222,6 +223,7 @@ tty0PollWrite(int minor,const char *buf,int len)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* ================ Termios support =================*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user