Fixup warnings and undefined operations that show up in gcc-3.1
-Erik
This commit is contained in:
@@ -80,4 +80,5 @@ char *deb_extract(const char *package_filename, FILE *out_stream,
|
||||
free(file_list);
|
||||
}
|
||||
return(output_buffer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -103,4 +103,5 @@ file_header_t *get_header_ar(FILE *src_stream)
|
||||
typed->gid = atoi(ar.formated.gid);
|
||||
|
||||
return(typed);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -133,4 +133,5 @@ file_header_t *get_header_cpio(FILE *src_stream)
|
||||
}
|
||||
}
|
||||
return(cpio_entry);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -96,4 +96,5 @@ file_header_t *get_header_tar(FILE *tar_stream)
|
||||
strtol(tar.formated.devminor, NULL, 8);
|
||||
|
||||
return(tar_entry);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -32,4 +32,5 @@ void seek_sub_file(FILE *src_stream, const int count)
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user