[tw] fixed missing include for bits/wordsize.h
This commit is contained in:
parent
48973b7e6d
commit
6543605b82
@ -1,9 +1,10 @@
|
||||
--- e2fsprogs-1.39/lib/ext2fs/ext2_types.h.in.multilib 2006-04-09 03:39:39.000000000 +0200
|
||||
+++ e2fsprogs-1.39/lib/ext2fs/ext2_types.h.in 2006-07-24 16:14:11.000000000 +0200
|
||||
@@ -9,6 +9,17 @@
|
||||
@@ -9,6 +9,18 @@
|
||||
|
||||
@ASM_TYPES_HEADER@
|
||||
|
||||
+#include <bits/wordsize.h>
|
||||
+# define SIZEOF_SHORT 2
|
||||
+# define SIZEOF_INT 4
|
||||
+#if __WORDSIZE == 64
|
||||
@ -20,10 +21,11 @@
|
||||
#else
|
||||
--- e2fsprogs-1.39/lib/blkid/blkid_types.h.in.multilib 2006-04-09 03:43:44.000000000 +0200
|
||||
+++ e2fsprogs-1.39/lib/blkid/blkid_types.h.in 2006-07-24 16:14:56.000000000 +0200
|
||||
@@ -9,6 +9,17 @@
|
||||
@@ -9,6 +9,18 @@
|
||||
|
||||
@ASM_TYPES_HEADER@
|
||||
|
||||
+#include <bite/wordsize.h>
|
||||
+# define SIZEOF_SHORT 2
|
||||
+# define SIZEOF_INT 4
|
||||
+#if __WORDSIZE == 64
|
||||
@ -40,10 +42,11 @@
|
||||
#else
|
||||
--- e2fsprogs-1.39/lib/uuid/uuid_types.h.in.multilib 2006-07-24 16:08:53.000000000 +0200
|
||||
+++ e2fsprogs-1.39/lib/uuid/uuid_types.h.in 2006-07-24 16:10:46.000000000 +0200
|
||||
@@ -9,6 +9,17 @@
|
||||
@@ -9,6 +9,18 @@
|
||||
typedef unsigned char uint8_t;
|
||||
typedef signed char int8_t;
|
||||
|
||||
+#include <bits/wordsize.h>
|
||||
+# define SIZEOF_SHORT 2
|
||||
+# define SIZEOF_INT 4
|
||||
+#if __WORDSIZE == 64
|
||||
|
Loading…
Reference in New Issue
Block a user