]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 29 Oct 1999 21:40:21 +0000 (21:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 29 Oct 1999 21:40:21 +0000 (21:40 +0000)
commitf720d3d2120ebb9a87af7c10e0939fb9dfee20ef
tree9f62a2e35e2bad276ff45b81c3769d694ca344ed
parent26d63253e1e4bb2f9c22fdd75b1bcfaafe5d0324
Update.

1999-10-27  Andreas Jaeger  <aj@suse.de>

* sysdeps/generic/ifreq.h: New file.

* resolv/res_hconf.c: Add missing includes to get all prototypes.
(_res_hconf_reorder_addrs): Rewrite.  This never worked before.
Reported by John DiMarco <jdd@cs.toronto.edu>.

(_res_hconf_reorder_addrs): Made thread safe.
(free_mem): New function, needed for malloc debugging.

1999-10-29  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/if_index.c (opensock): Move function to ...
* sysdeps/generic/opensock.c (__opensock): ...here in a new file.
* sysdeps/unix/sysv/linux/if_index.c: Change all callers of
opensock to use __opensock.

* socket/Makefile (routines): Add opensock.

* include/sys/socket.h (__opensock): Add prototype declaration.
ChangeLog
include/sys/socket.h
resolv/res_hconf.c
socket/Makefile
sysdeps/generic/ifreq.h [new file with mode: 0644]
sysdeps/generic/opensock.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/if_index.c