From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com ([208.123.74.7]:54949 "EHLO jdl.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752046Ab2DINtM (ORCPT ); Mon, 9 Apr 2012 09:49:12 -0400 Message-Id: Subject: Re: [PATCH] Rename _B to _XBYTE in libfdt_env.h. In-reply-to: <1333434921-14153-1-git-send-email-andree@andree.sk> References: <1333434921-14153-1-git-send-email-andree@andree.sk> Date: Mon, 09 Apr 2012 08:49:04 -0500 From: Jon Loeliger Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Andrej Krutak Cc: devtree-discuss@lists.ozlabs.org, Michal Marek , linux-kbuild@vger.kernel.org > The _B macro is also defined by cygwin in ctype.h. > Rename _B to _XBYTE to better avoid name collisions. > > Signed-off-by: Andrej Krutak > --- > scripts/dtc/libfdt/libfdt_env.h | 11 ++++++----- > 1 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/scripts/dtc/libfdt/libfdt_env.h b/scripts/dtc/libfdt/libfdt_env.h > index 449bf60..4ec8565 100644 > --- a/scripts/dtc/libfdt/libfdt_env.h > +++ b/scripts/dtc/libfdt/libfdt_env.h This patch is against the kernel _copy_ of the DTC sources. Technically, we'll need it against the upstream sources as found here: git://git.jdl.com/software/dtc.git Later, the patch will appear in the kernel when it updates with a newer source drop. Thanks, jdl