forked from Imagelibrary/rtems
2001-04-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shell/cmds.c, shell/shell.c: Remove fileno-hacks. * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
2001-04-20 Correo Fernando-ruiz <correo@fernando-ruiz.com>
|
2001-04-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* shell/cmds.c, shell/shell.c: Remove fileno-hacks.
|
||||||
|
* monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
|
||||||
|
|
||||||
|
2001-04-20 Fernando Ruiz Casas <correo@fernando-ruiz.com>
|
||||||
|
|
||||||
* Added initial shell functionality.
|
* Added initial shell functionality.
|
||||||
* Makefile.am, configure.in, wrapup/Makefile.am:
|
* Makefile.am, configure.in, wrapup/Makefile.am:
|
||||||
* shell/.cvsignore, shell/Makefile.am, shell/README,
|
* shell/.cvsignore, shell/Makefile.am, shell/README,
|
||||||
shell/cmds.c, shell/shell.c, shell/shell.h: New files.
|
shell/cmds.c, shell/shell.c, shell/shell.h: New files.
|
||||||
|
|
||||||
2001-04-20 Joel Sherrill <joel@OARcorp.com>
|
2001-04-20 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* devnull/devnull.c (null_initialize): Added check to
|
* devnull/devnull.c (null_initialize): Added check to
|
||||||
|
|||||||
@@ -11,8 +11,6 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* for strcasecmp in linux and solaris */
|
|
||||||
#undef __STRICT_ANSI__
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#undef __STRICT_ANSI__ /* fileno() */
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#undef __STRICT_ANSI__ /* fileno() */
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -1,9 +1,15 @@
|
|||||||
2001-04-20 Correo Fernando-ruiz <correo@fernando-ruiz.com>
|
2001-04-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* shell/cmds.c, shell/shell.c: Remove fileno-hacks.
|
||||||
|
* monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
|
||||||
|
|
||||||
|
2001-04-20 Fernando Ruiz Casas <correo@fernando-ruiz.com>
|
||||||
|
|
||||||
* Added initial shell functionality.
|
* Added initial shell functionality.
|
||||||
* Makefile.am, configure.in, wrapup/Makefile.am:
|
* Makefile.am, configure.in, wrapup/Makefile.am:
|
||||||
* shell/.cvsignore, shell/Makefile.am, shell/README,
|
* shell/.cvsignore, shell/Makefile.am, shell/README,
|
||||||
shell/cmds.c, shell/shell.c, shell/shell.h: New files.
|
shell/cmds.c, shell/shell.c, shell/shell.h: New files.
|
||||||
|
|
||||||
2001-04-20 Joel Sherrill <joel@OARcorp.com>
|
2001-04-20 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* devnull/devnull.c (null_initialize): Added check to
|
* devnull/devnull.c (null_initialize): Added check to
|
||||||
|
|||||||
@@ -11,8 +11,6 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* for strcasecmp in linux and solaris */
|
|
||||||
#undef __STRICT_ANSI__
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#undef __STRICT_ANSI__ /* fileno() */
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#undef __STRICT_ANSI__ /* fileno() */
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user