1.1 --- a/rpm.c Wed Mar 12 16:26:26 2008 -0400
1.2 +++ b/rpm.c Wed Mar 12 16:40:50 2008 -0400
1.3 @@ -123,7 +123,7 @@
1.4 import_files(struct razor_importer *importer, struct razor_rpm *rpm)
1.5 {
1.6 const char *name;
1.7 - const unsigned long *index;
1.8 + const uint32_t *index;
1.9 unsigned int i, count;
1.10 char buffer[256];
1.11
1.12 @@ -450,7 +450,7 @@
1.13 struct installer installer;
1.14 unsigned int count, i, length;
1.15 struct cpio_file_header *header;
1.16 - const unsigned long *size, *index, *flags;
1.17 + const uint32_t *size, *index, *flags;
1.18 const unsigned short *mode;
1.19 const char *name, *dir;
1.20 struct stat buf;