summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/shell
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-07 13:17:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-07 13:17:25 +0000
commitd72caa64ccfdcfcac0f7aa9bb25f5e9809bdc287 (patch)
tree7f5ae4c84ca132ed11f97917d72f1154d586a06a /c/src/libmisc/shell
parent2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d72caa64ccfdcfcac0f7aa9bb25f5e9809bdc287.tar.bz2
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__.
Diffstat (limited to 'c/src/libmisc/shell')
-rw-r--r--c/src/libmisc/shell/cmds.c1
-rw-r--r--c/src/libmisc/shell/shell.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/c/src/libmisc/shell/cmds.c b/c/src/libmisc/shell/cmds.c
index 52a4079bf2..c1c670f997 100644
--- a/c/src/libmisc/shell/cmds.c
+++ b/c/src/libmisc/shell/cmds.c
@@ -25,7 +25,6 @@
* $Id$
*/
-#undef __STRICT_ANSI__ /* fileno() */
#include <stdio.h>
#include <termios.h>
#include <string.h>
diff --git a/c/src/libmisc/shell/shell.c b/c/src/libmisc/shell/shell.c
index d7c2502d90..d79fd9d321 100644
--- a/c/src/libmisc/shell/shell.c
+++ b/c/src/libmisc/shell/shell.c
@@ -13,7 +13,6 @@
* $Id$
*/
-#undef __STRICT_ANSI__ /* fileno() */
#include <stdio.h>
#include <rtems.h>