From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YhhdT-0007hI-Er for mharc-grub-devel@gnu.org; Mon, 13 Apr 2015 12:54:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhhdR-0007h9-Fd for grub-devel@gnu.org; Mon, 13 Apr 2015 12:54:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhhdM-0008M3-DN for grub-devel@gnu.org; Mon, 13 Apr 2015 12:54:57 -0400 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:36339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhhdM-0008Lp-5U for grub-devel@gnu.org; Mon, 13 Apr 2015 12:54:52 -0400 Received: by lagv1 with SMTP id v1so62525623lag.3 for ; Mon, 13 Apr 2015 09:54:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Ic2rSz/9na+a00Zo4u+V7JzdBft1GzC5z5zIgzgaopc=; b=ei9nb/Ux31cc6pyOJkmQ6cdljfpq8Pdu+E8QMtQhXEeJWV50jxa2BwgcsH1ydWK7LX SSBd+6sGdoKDpP+jDXlaq2zPvC9bOd9mdJRzpXxq0Q85hVyvC3nTVarOIiS1W1DjkqTk WtTz34n6hQ1zlLCvtSLnppr+H2JnDl7M8dDjbJ4hAfqNj41HDA944pd06SMpDraTawHP qsaseSvg8T04GQ2Ljf7RQTPVgwpLwja5uKyxsMLwCAx9KhrfafR1upUMeRPYrwk7o1Mt 0HfyvT3puxxqKw/cTpNA2OaGhYYK8/d7Ze2UqV2c3GN7tSPbNa7dxueF0tH+gAe1oVle 2IcQ== X-Received: by 10.152.43.201 with SMTP id y9mr14099182lal.25.1428944090726; Mon, 13 Apr 2015 09:54:50 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id kx8sm1794620lbc.3.2015.04.13.09.54.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2015 09:54:49 -0700 (PDT) Date: Mon, 13 Apr 2015 19:54:46 +0300 From: Andrei Borzenkov To: Toomas Soome Subject: Re: [PATCH] sun is defined macro in solaris derived platforms Message-ID: <20150413195446.417401d0@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.27; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b Cc: The development of GRUB 2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 16:54:58 -0000 =D0=92 Mon, 13 Apr 2015 16:23:07 +0300 Toomas Soome =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > hi! >=20 > the symbol =E2=80=9Csun=E2=80=9D is defined macro in solaris derived syst= ems, from gcc -dM -E: > #define sun 1 >=20 > and therefore can not be used as name. affected files grub-core/partmap/s= un.c and grub-core/partmap/sunpc.c >=20 > rgds, > toomas >=20 applied. Thanks!