Minor cleanup in getaddrinfo
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 22 Apr 2013 04:54:00 +0000 (10:24 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 22 Apr 2013 04:54:00 +0000 (10:24 +0530)
commit2169712d9c140d1b011470393c64258b2db3a4cd
tree55f1595389541c71d4922371acb173443847b58d
parent29c5de998411bba5ce8b70c7c82d95e8b68a740d
Minor cleanup in getaddrinfo

Replace repeated computations of alloca size with a local variable
that stores the computed value.
ChangeLog
sysdeps/posix/getaddrinfo.c