summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-09 16:50:03 +0000
committerRoland McGrath <roland@gnu.org>1996-05-09 16:50:03 +0000
commit8942a07afcba648c1766c8e94df65b92a555fdb3 (patch)
treeec7a302869597c675104248a8427cd3520c02fd9 /ChangeLog
parent557072655748be14a747242135f1b34eff9f735f (diff)
* sysdeps/unix/sysv/linux/net/if.h: New file.
* sysdeps/unix/sysv/linux/Dist: Add it. * sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (headers): Add net/if.h. * Makeconfig (link-libc): Add libc.a after libc.so in link. * Rules (static-only-routines rule): Use empty.o instead of dummy.o. (empty.o): New target. (generated): Add empty.c, empty.o.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4233e2a85..c6c077694f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * sysdeps/unix/sysv/linux/net/if.h: New file.
+ * sysdeps/unix/sysv/linux/Dist: Add it.
+ * sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (headers): Add
+ net/if.h.
+
+ * Makeconfig (link-libc): Add libc.a after libc.so in link.
+
+ * Rules (static-only-routines rule): Use empty.o instead of dummy.o.
+ (empty.o): New target.
+ (generated): Add empty.c, empty.o.
+
* resolv: Code updated from BIND-4.9.3P2C3.
* Rules (static-only-routines rule): Use dummy.o, not dummy.so.