]> git.ipfire.org Git - thirdparty/grub.git/commit
* netboot/natsemi.c: Fix compile error with gcc 4.1.1. Cast
authorproski <proski@localhost>
Sun, 10 Sep 2006 07:26:10 +0000 (07:26 +0000)
committerproski <proski@localhost>
Sun, 10 Sep 2006 07:26:10 +0000 (07:26 +0000)
commitc819ffee91336da1134357596a6b7b58ab050f53
tree12c4b5662b10e2a41bc86551c3987f345907d923
parent79a9f283de98080ed10945840ad6ebce0e65e690
* netboot/natsemi.c: Fix compile error with gcc 4.1.1.  Cast
cannot make a variable volatile - it should be declared as such.
* netboot/sis900.c: Likewise.
ChangeLog
netboot/natsemi.c
netboot/sis900.c