diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-29 22:42:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-29 22:42:30 +0000 |
commit | 999b2f6bd7c194dff96e323fffbbe59564bfc1ee (patch) | |
tree | d7b70093f07ff8458a02e92c6a72a7b15a8ec41b /ChangeLog | |
parent | cf26217d2cabf23e09233f2ba9dbfd4138942868 (diff) | |
download | glibc-999b2f6bd7c194dff96e323fffbbe59564bfc1ee.tar glibc-999b2f6bd7c194dff96e323fffbbe59564bfc1ee.tar.gz glibc-999b2f6bd7c194dff96e323fffbbe59564bfc1ee.tar.bz2 glibc-999b2f6bd7c194dff96e323fffbbe59564bfc1ee.zip |
Update.
1998-09-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
* nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
1998-09-29 Cristian Gafton <gafton@redhat.com>
* sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
* sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
* sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
* sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
Add net/if_shaper.h.
* libio/libio.h [!__STDC__]: Define const only if not defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1998-09-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> + + * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free. + +1998-09-29 Cristian Gafton <gafton@redhat.com> + + * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[]. + * sysdeps/unix/sysv/linux/net/if_shaper.h: New file. + * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h. + * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers): + Add net/if_shaper.h. + 1998-09-29 Ulrich Drepper <drepper@cygnus.com> * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind. @@ -24,6 +36,8 @@ * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo. Patch by ak@muc.de. + * libio/libio.h [!__STDC__]: Define const only if not defined. + 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * posix/annexc.c (xsystem): New function. Use it instead of |