From d72caa64ccfdcfcac0f7aa9bb25f5e9809bdc287 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 May 2001 13:17:25 +0000 Subject: 2001-04-28 Ralf Corsepius * shell/cmds.c, shell/shell.c: Remove fileno-hacks. * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__. --- c/src/libmisc/shell/cmds.c | 1 - c/src/libmisc/shell/shell.c | 1 - 2 files changed, 2 deletions(-) (limited to 'c/src/libmisc/shell') 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 #include #include 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 #include -- cgit v1.2.3