+ scripts-kconfig-qconfcc-fix-a-compiliation-error-when-using-make-xconfig.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: scripts/kconfig/qconf.cc: fix a compiliation error when using make xconfig
has been added to the -mm tree.  Its filename is
     scripts-kconfig-qconfcc-fix-a-compiliation-error-when-using-make-xconfig.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Tiana Rakotovao Andriamahefa <rkmahefa@xxxxxxxxx>
Subject: scripts/kconfig/qconf.cc: fix a compiliation error when using make xconfig

When using make xconfig, the following compilation error appears :
   /usr/include/qt3/qvaluelist.h:427:13: error: `ptrdiff_t' does not name a type
Including stddef.h in scripts/kconfig/qconf.cc permits to avoid this error.

Signed-off-by: Tiana Rakotovao Andriamahefa <rkmahefa@xxxxxxxxx>
Cc: Michal Marek <mmarek@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 scripts/kconfig/qconf.cc |    1 +
 1 file changed, 1 insertion(+)

diff -puN scripts/kconfig/qconf.cc~scripts-kconfig-qconfcc-fix-a-compiliation-error-when-using-make-xconfig scripts/kconfig/qconf.cc
--- a/scripts/kconfig/qconf.cc~scripts-kconfig-qconfcc-fix-a-compiliation-error-when-using-make-xconfig
+++ a/scripts/kconfig/qconf.cc
@@ -6,6 +6,7 @@
 #include <qglobal.h>
 
 #if QT_VERSION < 0x040000
+#include <stddef.h>
 #include <qmainwindow.h>
 #include <qvbox.h>
 #include <qvaluelist.h>
_

Patches currently in -mm which might be from rkmahefa@xxxxxxxxx are

scripts-kconfig-qconfcc-fix-a-compiliation-error-when-using-make-xconfig.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux