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:
Joel Sherrill
2001-05-07 13:17:25 +00:00
parent 53c3a2c6dc
commit d72caa64cc
8 changed files with 14 additions and 10 deletions

View File

@@ -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.
* Makefile.am, configure.in, wrapup/Makefile.am:
* shell/.cvsignore, shell/Makefile.am, shell/README,
shell/cmds.c, shell/shell.c, shell/shell.h: New files.
2001-04-20 Joel Sherrill <joel@OARcorp.com>
* devnull/devnull.c (null_initialize): Added check to

View File

@@ -11,8 +11,6 @@
* $Id$
*/
/* for strcasecmp in linux and solaris */
#undef __STRICT_ANSI__
#include <string.h>
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__

View File

@@ -25,7 +25,6 @@
* $Id$
*/
#undef __STRICT_ANSI__ /* fileno() */
#include <stdio.h>
#include <termios.h>
#include <string.h>

View File

@@ -13,7 +13,6 @@
* $Id$
*/
#undef __STRICT_ANSI__ /* fileno() */
#include <stdio.h>
#include <rtems.h>

View File

@@ -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.
* Makefile.am, configure.in, wrapup/Makefile.am:
* shell/.cvsignore, shell/Makefile.am, shell/README,
shell/cmds.c, shell/shell.c, shell/shell.h: New files.
2001-04-20 Joel Sherrill <joel@OARcorp.com>
* devnull/devnull.c (null_initialize): Added check to

View File

@@ -11,8 +11,6 @@
* $Id$
*/
/* for strcasecmp in linux and solaris */
#undef __STRICT_ANSI__
#include <string.h>
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__

View File

@@ -25,7 +25,6 @@
* $Id$
*/
#undef __STRICT_ANSI__ /* fileno() */
#include <stdio.h>
#include <termios.h>
#include <string.h>

View File

@@ -13,7 +13,6 @@
* $Id$
*/
#undef __STRICT_ANSI__ /* fileno() */
#include <stdio.h>
#include <rtems.h>