From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N4CIE-0001oa-86 for mharc-grub-devel@gnu.org; Sat, 31 Oct 2009 07:38:50 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4CIC-0001oN-PY for grub-devel@gnu.org; Sat, 31 Oct 2009 07:38:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4CI8-0001lq-8w for grub-devel@gnu.org; Sat, 31 Oct 2009 07:38:48 -0400 Received: from [199.232.76.173] (port=40545 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4CI8-0001lm-0h for grub-devel@gnu.org; Sat, 31 Oct 2009 07:38:44 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:56461) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4CI7-0000jt-FB for grub-devel@gnu.org; Sat, 31 Oct 2009 07:38:43 -0400 Received: from [85.180.16.168] (e180016168.adsl.alicedsl.de [85.180.16.168]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0M8n1M-1Ms4oo1HWm-00CcpJ; Sat, 31 Oct 2009 12:38:42 +0100 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <20091031113056.GA13410@thorin> References: <57a6d2110910290758i23de79c1y2b87513f674023b@mail.gmail.com> <20091030185759.GA30150@thorin> <57a6d2110910301219w236e2472oa28e726d7876e4ae@mail.gmail.com> <20091030224639.GA32482@thorin> <57a6d2110910302344x4209dcb4mb745e30487ad7428@mail.gmail.com> <20091031101040.GB12730@thorin> <1256985262.3186.5.camel@fz.local> <20091031113056.GA13410@thorin> Content-Type: text/plain; charset="UTF-8" Date: Sat, 31 Oct 2009 12:38:41 +0100 Message-ID: <1256989121.3186.12.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/79ybZd9ocTOEo82TdLwzjXyfqHioENo7fCap Vm0xgxV62ABwqn9ZCEv3D0cc4CuQ4lHGdL8T5k/pNxTW7hqtIb CB+Wzaf+w95Wb/QD33n5g== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [patch] grub incorrectly identifies ext3 as fat X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 11:38:49 -0000 Am Samstag, den 31.10.2009, 12:30 +0100 schrieb Robert Millan: > On Sat, Oct 31, 2009 at 11:34:22AM +0100, Felix Zielcke wrote: > > Am Samstag, den 31.10.2009, 11:10 +0100 schrieb Robert Millan: > > > > > > Felix, did you have some code to do make_path_relative_to_its_root() > > > in C? > > > Then we can re-enable the check in grub-probe, fixing this problem. > > > > Yes, the only missing thing is that you wanted to have the function > > imported from gnulib for the systems which don't have realpath() > > But realpath() is posix AFAIK. Or you mean the realpath(name, NULL) GNU > extension? > realpath(name,NULL) is POSIX too now. The only problem I know about is that we support mingw32, i.e. plain windows not cygwin. If we say we don't support this anymore then I don't think we need to import the gnulib function. -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer