[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] nscd: Remove unused typedef and variable.
From: |
Ondřej Bílka |
Subject: |
Re: [PATCH] nscd: Remove unused typedef and variable. |
Date: |
Sun, 22 Jun 2014 13:47:43 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Sun, Jun 22, 2014 at 11:55:43AM +0200, Ludovic Courtès wrote:
> 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.
>
> Thanks,
> Ludo’.
>
Looks ok so I commited it.