struct fileio: improve member types
authorZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 22:22:21 +0000 (14:22 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 23:47:09 +0000 (15:47 -0800)
commit69df712d1d06b2c698bed3de086b9f734de73b7e
tree9defb053b7bce774beb5ebac30bae757b0dd5ba8
parent9763aef76a42fdaedcec9825fdf502f8cb7dd628
struct fileio: improve member types

Add const keyword to file url and cast to free().

Make size an ssize_t and chase all format strings that use it.
src/flash/flash.c
src/flash/mflash.c
src/flash/nand.c
src/helper/fileio.c
src/helper/fileio.h
src/target/target.c