aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Lipe <robertlipe@usa.net>1999-07-01 18:39:23 -0600
committerJeff Law <law@gcc.gnu.org>1999-07-01 18:39:23 -0600
commit37f7ba0a1c8e5408ce8fd3c54127975432c1b875 (patch)
treeeab422b8642873a2b8dde532d9ca1c8ea84e1a13 /gcc
parent262b846df72d43bd016b3e8ce5fd0d2a3e9d1d72 (diff)
downloadgcc-37f7ba0a1c8e5408ce8fd3c54127975432c1b875.zip
gcc-37f7ba0a1c8e5408ce8fd3c54127975432c1b875.tar.gz
gcc-37f7ba0a1c8e5408ce8fd3c54127975432c1b875.tar.bz2
fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.
� * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs. From-SVN: r27914
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b027b9d..8bdff9c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 2 01:36:36 1999 Robert Lipe <robertlipe@usa.net>
+
+ * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
+ ntohs.
+
Fri Jul 2 00:46:47 1999 Richard Henderson <rth@cygnus.com>
Jeff Law <law@cygnus.com>