Fix -Wshadow warning with emu build on NetBSD.

This commit is contained in:
Grégoire Sutre 2010-05-26 23:49:52 +02:00
parent 7d8c021353
commit 95ac3c730c
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2010-05-26 Grégoire Sutre <gregoire.sutre@gmail.com>
* kern/emu/hostdisk.c (find_partition_start) [__NetBSD__]: Renamed
variable index into p_index to suppress a warning with -Wshadow.
2010-05-25 BVK Chaitanya <bvk.groups@gmail.com>
* INSTALL: Added flex >= 2.5.35 requirement.