[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fseek -> fseeko
From: |
Carles Pina i Estany |
Subject: |
[PATCH] fseek -> fseeko |
Date: |
Wed, 14 Jan 2009 00:10:59 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
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_cmp): Use fseeko(), not fseek(). The
later is obsolete, potentially dangerous and sets a bad example.
-------
So better to replace it?
ChangeLog:
----------
2008-14-01 Carles Pina i Estany <address@hidden>
* util/grub-editenv.c (main): Use fseeko(), not fseek().
----------
Could someone commit it?
Thanks,
--
Carles Pina i Estany GPG id: 0x17756391
http://pinux.info
grub-editenv.c
Description: Text Data
- [PATCH] fseek -> fseeko,
Carles Pina i Estany <=