diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-22 11:55:43 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-06-22 13:46:14 +0200 |
commit | bd3675f9a3e91edf997c0515f0f1fce1669f038c (patch) | |
tree | b4ed12d3cf1563c786d341fecae48b9f0ed605cd /ChangeLog | |
parent | d03efb2f979defd473955a455d66b949961d26b2 (diff) | |
download | glibc-bd3675f9a3e91edf997c0515f0f1fce1669f038c.tar.gz glibc-bd3675f9a3e91edf997c0515f0f1fce1669f038c.tar.xz glibc-bd3675f9a3e91edf997c0515f0f1fce1669f038c.zip |
nscd: Remove unused typedef and variable.
The attached patch removed the unused ‘thread_info_t’ typedef and the ‘thread_info’ variable from nscd.c. The former conflicts with a GNU Mach typedef, and the latter conflicts with a GNU Mach function declaration: <https://lists.gnu.org/archive/html/bug-hurd/2014-06/msg00101.html>. Tested on x86_64-linux-gnu.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 67b7896220..92b567a59f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-22 Ludovic Courtès <ludo@gnu.org> + + * nscd/nscd.c (thread_info_t): Remove typedef. + (thread_info): Remove variable. + 2014-06-21 Allan McRae <allan@archlinux.org> * NEWS: Mention CVE-2014-4043. |