From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VjlCE-0007ai-AE for mharc-grub-devel@gnu.org; Fri, 22 Nov 2013 02:30:34 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjlC5-0007aZ-4b for grub-devel@gnu.org; Fri, 22 Nov 2013 02:30:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjlBw-0006Ox-Lh for grub-devel@gnu.org; Fri, 22 Nov 2013 02:30:25 -0500 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:52223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjlBw-0006Oq-Eq for grub-devel@gnu.org; Fri, 22 Nov 2013 02:30:16 -0500 Received: by mail-ee0-f41.google.com with SMTP id t10so378926eei.14 for ; Thu, 21 Nov 2013 23:30:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=qJkQnVrNKiLu8GHfNPiNnUG8STyamyY6efypK7e51I8=; b=bp7qmfC4PQUEZdF9FFOUbE9YtyCtdcBLT99V9bqYyAACR7zBCvD1Niq5LMA6RtZX1i NpcCime14ABziV7v9vGKf6Tr+2AvM3vKCcOD+VNbqntNrPfCMx1DVIFlYU2t2p3XgSKO 1ul1S3atSWx5gb/cKiAZfqazlSZ9WeIoQMiquQdtA6z2+PcHYTjdwcHJUPHZb3lzftaY vFjRiIF1JqhuLJ1itDbfgwXJKvwiYMZWcg/4Gc85c8RI5aOWBO5x0rouFu51YJVczaFW Bq6fn5KUwrtaZJ+Ll6iSZ/Pyv/6rTGCK6+L0Zo9xhe8pbyq3HY6Z9Eh170/OsLhqua0L r2jA== X-Received: by 10.14.8.136 with SMTP id 8mr6932251eer.25.1385105415604; Thu, 21 Nov 2013 23:30:15 -0800 (PST) Received: from [192.168.1.121] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id b42sm76200174eem.9.2013.11.21.23.30.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Nov 2013 23:30:15 -0800 (PST) Message-ID: <528F0806.5000004@gmail.com> Date: Fri, 22 Nov 2013 08:30:14 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: grub2 boot root-on-zfs errors References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2JKPKLLCIBDXKNKJKKNSQ" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::229 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: Fri, 22 Nov 2013 07:30:33 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2JKPKLLCIBDXKNKJKKNSQ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 22.11.2013 08:09, Beeblebrox wrote: > grub-core/osdep/unix/platform.c:34:28: error: use of undeclared > identifier 'PATH_MAX' > char *ret =3D xmalloc (2 * PATH_MAX); Please try diff --git a/grub-core/osdep/unix/platform.c b/grub-core/osdep/unix/platform.c index 65c93f1..a527a1c 100644 --- a/grub-core/osdep/unix/platform.c +++ b/grub-core/osdep/unix/platform.c @@ -27,6 +27,7 @@ #include #include #include +#include static char * get_ofpathname (const char *dev) ------enig2JKPKLLCIBDXKNKJKKNSQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlKPCAYACgkQmBXlbbo5nOupcAEAjs3gHsmJAAjTw5hEHUN/8o8/ XBBNOuJA3whg1lL4rJcA/3usrTjC9U6qk8ozXP69B4hdMOP0Lf3qsoly+byY51wh =anpM -----END PGP SIGNATURE----- ------enig2JKPKLLCIBDXKNKJKKNSQ--