From d85594d46264cb879acf436b3f87276c14cdadff Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 10 May 2001 13:03:32 +0000 Subject: 2001-05-09 Ralf Corsepius * libc/Makefile.am: Remove -D__STRICT_ANSI__. --- cpukit/libnetworking/ChangeLog | 8 ++++++-- cpukit/libnetworking/libc/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog index 661f661795..c02d159e37 100644 --- a/cpukit/libnetworking/ChangeLog +++ b/cpukit/libnetworking/ChangeLog @@ -1,4 +1,8 @@ -2000-04-24 Eric Norum +2001-05-09 Ralf Corsepius + + * libc/Makefile.am: Remove -D__STRICT_ANSI__. + +2001-04-24 Eric Norum * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP synchronization a little more robust -- no NTP daemon yet, but @@ -17,7 +21,7 @@ 2001-03-15 Ralf Corsepius - * include/.cvsignore: Remove danlgling file. + * include/.cvsignore: Remove dangling file. 2001-01-31 Sergei Organov diff --git a/cpukit/libnetworking/libc/Makefile.am b/cpukit/libnetworking/libc/Makefile.am index e920f6ee6b..0c46f483c3 100644 --- a/cpukit/libnetworking/libc/Makefile.am +++ b/cpukit/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) -- cgit v1.2.3