Re: [PATCH v2] menuconfig: Replace CIRCLEQ by list_head-style lists.

2012-11-12 Thread Michal Marek
Dne 12.11.2012 13:26, Willy Tarreau napsal(a): > On Sun, Nov 11, 2012 at 05:02:24PM +0100, Yann E. MORIN wrote: >> Michal, All, >> >> On Thursday 25 October 2012 Michal Marek wrote: >>> On 22.10.2012 21:38, Yann E. MORIN wrote: On Sunday 21 October 2012 Benjamin Poirier wrote: > Changes v1

Re: [PATCH v2] menuconfig: Replace CIRCLEQ by list_head-style lists.

2012-11-12 Thread Willy Tarreau
On Sun, Nov 11, 2012 at 05:02:24PM +0100, Yann E. MORIN wrote: > Michal, All, > > On Thursday 25 October 2012 Michal Marek wrote: > > On 22.10.2012 21:38, Yann E. MORIN wrote: > > > On Sunday 21 October 2012 Benjamin Poirier wrote: > > >> Changes v1-v2: > > >> * integrate the patch/suggestion from

Re: [PATCH v2] menuconfig: Replace CIRCLEQ by list_head-style lists.

2012-11-11 Thread Yann E. MORIN
Michal, All, On Thursday 25 October 2012 Michal Marek wrote: > On 22.10.2012 21:38, Yann E. MORIN wrote: > > On Sunday 21 October 2012 Benjamin Poirier wrote: > >> Changes v1-v2: > >> * integrate the patch/suggestion from Yann to fix problems related to the > >> usage of list.h with xconfig/c++

Re: [PATCH v2] menuconfig: Replace CIRCLEQ by list_head-style lists.

2012-10-25 Thread Michal Marek
On 22.10.2012 21:38, Yann E. MORIN wrote: > Benjamin, Michal, All, > > On Sunday 21 October 2012 Benjamin Poirier wrote: >> From: Benjamin Poirier >> >> sys/queue.h and CIRCLEQ in particular have proven to cause portability >> problems (reported on Debian Sarge, Cygwin and FreeBSD) > > Benjamin,

Re: [PATCH v2] menuconfig: Replace CIRCLEQ by list_head-style lists.

2012-10-22 Thread Yann E. MORIN
Benjamin, Michal, All, On Sunday 21 October 2012 Benjamin Poirier wrote: > From: Benjamin Poirier > > sys/queue.h and CIRCLEQ in particular have proven to cause portability > problems (reported on Debian Sarge, Cygwin and FreeBSD) Benjamin, Thank you for working on this! :-) > Reported-by: Te

[PATCH v2] menuconfig: Replace CIRCLEQ by list_head-style lists.

2012-10-21 Thread Benjamin Poirier
From: Benjamin Poirier sys/queue.h and CIRCLEQ in particular have proven to cause portability problems (reported on Debian Sarge, Cygwin and FreeBSD) Reported-by: Tetsuo Handa Tested-by: Tetsuo Handa Tested-by: Yaakov Selkowitz Signed-off-by: Benjamin Poirier Signed-off-by: "Yann E. MORIN"