Fixup warnings and undefined operations that show up in gcc-3.1

-Erik
This commit is contained in:
Eric Andersen
2002-07-11 11:11:56 +00:00
parent cafc103230
commit 2276d83639
11 changed files with 26 additions and 16 deletions

View File

@@ -80,4 +80,5 @@ char *deb_extract(const char *package_filename, FILE *out_stream,
free(file_list);
}
return(output_buffer);
}
}

View File

@@ -103,4 +103,5 @@ file_header_t *get_header_ar(FILE *src_stream)
typed->gid = atoi(ar.formated.gid);
return(typed);
}
}

View File

@@ -133,4 +133,5 @@ file_header_t *get_header_cpio(FILE *src_stream)
}
}
return(cpio_entry);
}
}

View File

@@ -96,4 +96,5 @@ file_header_t *get_header_tar(FILE *tar_stream)
strtol(tar.formated.devminor, NULL, 8);
return(tar_entry);
}
}

View File

@@ -32,4 +32,5 @@ void seek_sub_file(FILE *src_stream, const int count)
}
}
return;
}
}