]> git.pld-linux.org Git - packages/file.git/blobdiff - file-ia64.patch
- updated to 3.39
[packages/file.git] / file-ia64.patch
index b98557e95cbbbaae14be4562541017ece899affe..6b7d263a8ad41c3fbd6b4cc940b6259d6565ad0f 100644 (file)
@@ -23,7 +23,7 @@
 @@ -632,7 +632,8 @@
                u.l = 1;
                (void) memcpy(&elfhdr, buf, sizeof elfhdr);
-               swap = (u.c[sizeof(int32) - 1] + 1) != elfhdr.e_ident[5];
+               swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[5];
 -
 +              u.l = 1;
 +              swap = (u.c[sizeof(u.l) - 1] + 1) != elfhdr.e_ident[EI_DATA];
This page took 0.023987 seconds and 4 git commands to generate.