summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-30 14:37:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-30 14:37:11 +0000
commitdba2ecd70dd38c53d2fdebf8fe60cb11cd431533 (patch)
treec6990aa99fa4089fe688e801f5686aad8bf1794a /cpukit/libmisc/shell/shell.c
parent2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-dba2ecd70dd38c53d2fdebf8fe60cb11cd431533.tar.bz2
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shell/shell.c: Remove #undef __STRICT_ANSI__.
Diffstat (limited to 'cpukit/libmisc/shell/shell.c')
-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 c13af8d6e2..23ded67a54 100644
--- a/cpukit/libmisc/shell/shell.c
+++ b/cpukit/libmisc/shell/shell.c
@@ -16,7 +16,6 @@
#include "config.h"
#endif
-#undef __STRICT_ANSI__ /* fileno() */
#include <stdio.h>
#include <rtems.h>