Re: [PATCH] fseek -> fseeko

2009-01-13 Thread Carles Pina i Estany
Hello, On Jan/13/2009, Pavel Roskin wrote: > > ChangeLog: > > -- > > 2008-14-01 Carles Pina i Estany [...] > Actually, you didn't post the patch. You posted the whole file. Be > careful. I will not send more patches in hurry before go to sleep :-) Thanks Pavel, -- Carles Pina

Re: [PATCH] fseek -> fseeko

2009-01-13 Thread Pavel Roskin
On Wed, 2009-01-14 at 00:10 +0100, Carles Pina i Estany wrote: > Hello, > > I see in the ChangeLog that fseek() has been replaced by fseeko(). But > there still is one fseek in Grub2 that has not been changed. It's because grub-editenv.c appeared after the commit that eliminated fseek(). > As f

[PATCH] fseek -> fseeko

2009-01-13 Thread Carles Pina i Estany
Hello, I see in the ChangeLog that fseek() has been replaced by fseeko(). But there still is one fseek in Grub2 that has not been changed. As far as I can understand by "mistake" (should not affect anything but ChangeLog says, about fseek, for example: --- * util/grub-fstest.c (cmd_c