summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-10 13:03:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-10 13:03:32 +0000
commitd85594d46264cb879acf436b3f87276c14cdadff (patch)
tree4f426c7c021c3e4c98de29027717a1f0a68a3742 /c/src/exec/libnetworking/libc
parent2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d85594d46264cb879acf436b3f87276c14cdadff.tar.bz2
2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/Makefile.am: Remove -D__STRICT_ANSI__.
Diffstat (limited to 'c/src/exec/libnetworking/libc')
-rw-r--r--c/src/exec/libnetworking/libc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/libc/Makefile.am b/c/src/exec/libnetworking/libc/Makefile.am
index e920f6ee6b..0c46f483c3 100644
--- a/c/src/exec/libnetworking/libc/Makefile.am
+++ b/c/src/exec/libnetworking/libc/Makefile.am
@@ -32,7 +32,7 @@ man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
# Add local stuff here using +=
#
-AM_CPPFLAGS += -DNOPOLL -DNOSELECT -U__STRICT_ANSI__
+AM_CPPFLAGS += -DNOPOLL -DNOSELECT
$(LIB): $(OBJS)
$(make-library)