* [GIT] menuconfig portability fix
@ 2012-11-12 13:26 Michal Marek
0 siblings, 0 replies; only message in thread
From: Michal Marek @ 2012-11-12 13:26 UTC (permalink / raw)
To: Linus Torvalds; +Cc: bpoirier, linux-kbuild, linux-kernel
Hi Linus,
Here is a fix for v3.7 that makes menuconfig compile again on systems
whose C library is lacking CIRCLEQ_* macros. I thought I sent it
earlier, but apparently I did not.
Michal
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
for you to fetch changes up to bad9955db1b73d7286f74a8136a0628a9b1ac017:
menuconfig: Replace CIRCLEQ by list_head-style lists. (2012-10-25 15:06:00 +0200)
----------------------------------------------------------------
Benjamin Poirier (1):
menuconfig: Replace CIRCLEQ by list_head-style lists.
scripts/kconfig/expr.h | 5 +--
scripts/kconfig/list.h | 91 +++++++++++++++++++++++++++++++++++++++++++
scripts/kconfig/lkc_proto.h | 4 +-
scripts/kconfig/mconf.c | 6 +--
scripts/kconfig/menu.c | 14 ++++---
5 files changed, 106 insertions(+), 14 deletions(-)
create mode 100644 scripts/kconfig/list.h
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-12 13:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 13:26 [GIT] menuconfig portability fix Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).