summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-19 03:41:44 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-19 03:41:44 +0000
commitb234e8652ac6087addd22efa029daaca9130f04a (patch)
treebb14b8058545c01d248d8f3277450e26203579f4 /ChangeLog
parent2018d9e2ee45c1b4b9927ed007e44d221e9ef93d (diff)
Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b9e79fb1f0..d02b5c113c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1997-03-19 01:40 Ulrich Drepper <drepper@cygnus.com>
+ * inet/Makefile (headers): Remove netinet/ip.h.
+
+ * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
+ (sysdep_headers): Add netinet/ip.h.
+
* sysdeps/i386/setjmp.S (__setjmp): Fix fatal bug where 0 argument
is placed in wrong place on the stack.
Reported by Marc Lehmann <mlehmann@hildesheim.sgh-net.de>.
@@ -7,7 +12,7 @@
1997-03-18 23:18 Ulrich Drepper <drepper@cygnus.com>
* time/offtime.c (__offtime): Change type of `yg' to long int.
- Reported by a sun <asun@zoology.washington.edu>.
+ Reported by a sun <asun@zoology.washington.edu>.
1997-03-18 23:09 a sun <asun@zoology.washington.edu>