summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell.c
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 /cpukit/libmisc/shell/shell.c
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 '')
-rw-r--r--cpukit/libmisc/shell/shell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c
index d7c2502d90..d79fd9d321 100644
--- a/cpukit/libmisc/shell/shell.c
+++ b/cpukit/libmisc/shell/shell.c
@@ -13,7 +13,6 @@
* $Id$
*/
-#undef __STRICT_ANSI__ /* fileno() */
#include <stdio.h>
#include <rtems.h>