import_files(struct razor_importer *importer, struct razor_rpm *rpm)
{
const char *name;
- const unsigned long *index;
+ const uint32_t *index;
unsigned int i, count;
char buffer[256];
struct installer installer;
unsigned int count, i, length;
struct cpio_file_header *header;
- const unsigned long *size, *index, *flags;
+ const uint32_t *size, *index, *flags;
const unsigned short *mode;
const char *name, *dir;
struct stat buf;