diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-06 04:56:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-06 04:56:04 +0000 |
commit | 489aa29d623782c2c4045065ef1a22a07af921af (patch) | |
tree | 2cd3f3b4e67e0e9fb1b7d2797dc6f58fcbcac851 /ChangeLog | |
parent | a3c7fcf0f1249fd79b7f72ef49c99b198c4ea219 (diff) | |
download | glibc-489aa29d623782c2c4045065ef1a22a07af921af.tar glibc-489aa29d623782c2c4045065ef1a22a07af921af.tar.gz glibc-489aa29d623782c2c4045065ef1a22a07af921af.tar.bz2 glibc-489aa29d623782c2c4045065ef1a22a07af921af.zip |
Update.
* inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
struct group_filter, and GROUP_FILTER_SIZE.
* include/sys/socket.h: Declare __getsockopt.
* sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
* sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
* sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
* sysdeps/unix/sysv/linux/getsourcefilter.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-08-05 Ulrich Drepper <drepper@redhat.com> + * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE, + struct group_filter, and GROUP_FILTER_SIZE. + * include/sys/socket.h: Declare __getsockopt. + * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file. + * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file. + * sysdeps/unix/sysv/linux/setsourcefilter.c: New file. + * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. + * po/ko.po: Update from translation team. 2004-08-04 Jakub Jelinek <jakub@redhat.com> |