summaryrefslogtreecommitdiffstats
path: root/c
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
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')
-rw-r--r--c/src/exec/libnetworking/ChangeLog8
-rw-r--r--c/src/exec/libnetworking/libc/Makefile.am2
-rw-r--r--c/src/libnetworking/ChangeLog8
-rw-r--r--c/src/libnetworking/libc/Makefile.am2
4 files changed, 14 insertions, 6 deletions
diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog
index 661f661795..c02d159e37 100644
--- a/c/src/exec/libnetworking/ChangeLog
+++ b/c/src/exec/libnetworking/ChangeLog
@@ -1,4 +1,8 @@
-2000-04-24 Eric Norum <eric.norum@usask.ca>
+2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * libc/Makefile.am: Remove -D__STRICT_ANSI__.
+
+2001-04-24 Eric Norum <eric.norum@usask.ca>
* 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 <corsepius@faw.uni-ulm.de>
- * include/.cvsignore: Remove danlgling file.
+ * include/.cvsignore: Remove dangling file.
2001-01-31 Sergei Organov <osv@javad.ru>
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)
diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog
index 661f661795..c02d159e37 100644
--- a/c/src/libnetworking/ChangeLog
+++ b/c/src/libnetworking/ChangeLog
@@ -1,4 +1,8 @@
-2000-04-24 Eric Norum <eric.norum@usask.ca>
+2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * libc/Makefile.am: Remove -D__STRICT_ANSI__.
+
+2001-04-24 Eric Norum <eric.norum@usask.ca>
* 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 <corsepius@faw.uni-ulm.de>
- * include/.cvsignore: Remove danlgling file.
+ * include/.cvsignore: Remove dangling file.
2001-01-31 Sergei Organov <osv@javad.ru>
diff --git a/c/src/libnetworking/libc/Makefile.am b/c/src/libnetworking/libc/Makefile.am
index e920f6ee6b..0c46f483c3 100644
--- a/c/src/libnetworking/libc/Makefile.am
+++ b/c/src/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)