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

2012-10-20 Thread Yaakov (Cygwin/X)
On Sat, 2012-10-20 at 13:56 -0400, Benjamin Poirier wrote: > From: Benjamin Poirier > menuconfig: Replace CIRCLEQ by list_head-style lists > > sys/queue.h and CIRCLEQ in particular have proven to cause portability > problems (reported on Debian Sarge, Cygwin and FreeBSD) > > Reported-by: Tetsuo

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

2012-10-20 Thread Tetsuo Handa
Yann E. MORIN wrote: > Benjamin, All, > > On Saturday 20 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) > > > > Reported-by: Tetsuo Handa

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

2012-10-20 Thread Yann E. MORIN
Benjamin, All, On Saturday 20 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) > > Reported-by: Tetsuo Handa > Signed-off-by: Benjamin Poirier Sor

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

2012-10-20 Thread Yann E. MORIN
Benjamin, All, On Saturday 20 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) > > Reported-by: Tetsuo Handa > Signed-off-by: Benjamin Poirier Tes