diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-27 22:59:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-27 22:59:43 +0000 |
commit | da09af7627661660b947857851f6154d2568f89f (patch) | |
tree | 6e76716ea03cb7a474fdc947279b926cb53d002e | |
parent | 29546dd9b4047c709ceb4f898907f252e9b2b688 (diff) | |
download | glibc-da09af7627661660b947857851f6154d2568f89f.tar.gz glibc-da09af7627661660b947857851f6154d2568f89f.tar.xz glibc-da09af7627661660b947857851f6154d2568f89f.zip |
* sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b003bea973..9bb4c72ed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-27 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication. + 2005-11-27 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h. |