Patch by Murray Jensen, 20 Jun 2003:

- hymod update
- cleanup (especially for gcc-3.x compilers)
This commit is contained in:
wdenk
2003-06-21 00:17:24 +00:00
parent 72755c7137
commit 592c5cabe7
13 changed files with 192 additions and 167 deletions

2
tools/env/fw_env.c vendored
View File

@@ -385,7 +385,7 @@ static int flash_io (int mode)
{
int fd, fdr, rc, otherdev, len, resid;
erase_info_t erase;
char *data;
char *data = NULL;
if ((fd = open (DEVNAME (curdev), mode)) < 0) {
fprintf (stderr,