diff -r 852e66234cf6 -r ac1387f6aba4 rpm.c --- a/rpm.c Wed Mar 12 16:26:26 2008 -0400 +++ b/rpm.c Wed Mar 12 16:41:34 2008 -0400 @@ -123,7 +123,7 @@ 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]; @@ -450,7 +450,7 @@ 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;