Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754369Ab2JUByH (ORCPT ); Sat, 20 Oct 2012 21:54:07 -0400 Received: from mail-ie0-f174.google.com ([209.85.223.174]:57379 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753073Ab2JUByF (ORCPT ); Sat, 20 Oct 2012 21:54:05 -0400 Message-ID: <1350784440.1244.6.camel@YAAKOV04> Subject: Re: [PATCH] menuconfig: Replace CIRCLEQ by list_head-style lists. From: "Yaakov (Cygwin/X)" To: Benjamin Poirier , "Yann E. MORIN" Cc: Michal Marek , Jean Sacren , Arnaud Lacombe , Wang YanQing , Paul Gortmaker , Davidlohr Bueso , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Tetsuo Handa Date: Sat, 20 Oct 2012 20:54:00 -0500 In-Reply-To: <1350755792-21217-1-git-send-email-benjamin.poirier@gmail.com> References: <1350581625-23153-1-git-send-email-yann.morin.1998@free.fr> <1350755792-21217-1-git-send-email-benjamin.poirier@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 29 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 Handa > Signed-off-by: Benjamin Poirier > From: "Yann E. MORIN" > kconfig: fix building the qconf frontend > > Also, protect the whole file with the #ifdenf LIST_H, not only the > macros > defintions. > > Signed-off-by: "Yann E. MORIN" Squash these two together and all frontends build again on Cygwin. Tested-by: Yaakov Selkowitz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/