SOURCES: partimage-types.patch - another attempt
saq
saq at pld-linux.org
Thu Sep 22 23:18:37 CEST 2005
Author: saq Date: Thu Sep 22 21:18:37 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- another attempt
---- Files affected:
SOURCES:
partimage-types.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/partimage-types.patch
diff -u SOURCES/partimage-types.patch:1.4 SOURCES/partimage-types.patch:1.5
--- SOURCES/partimage-types.patch:1.4 Thu Sep 22 22:41:45 2005
+++ SOURCES/partimage-types.patch Thu Sep 22 23:18:31 2005
@@ -45,16 +45,21 @@
// ================================================
--- partimage-0.6.5_beta2/src/client/fs/fs_xfs.h.orig 2005-09-22 22:36:45.000000000 +0200
+++ partimage-0.6.5_beta2/src/client/fs/fs_xfs.h 2005-09-22 22:37:05.000000000 +0200
-@@ -149,8 +149,12 @@
+@@ -19,6 +19,7 @@
+
+ #include <ctype.h>
+ #include <stdint.h>
++#include <asm/types.h>
+
+ #include "partimage.h"
+ #include "common.h"
+@@ -149,9 +150,6 @@
typedef __uint64_t xfs_dfiloff_t; // block number in a file
typedef __uint64_t xfs_dfilblks_t; // number of blocks in a file
-+#ifndef __u64
- typedef uint64_t __u64;
-+#endif
-+#ifndef __s64
- typedef int64_t __s64;
-+#endif
-
+-typedef uint64_t __u64;
+-typedef int64_t __s64;
+-
typedef __u64 xfs_off_t;
//typedef __s32 xfs32_off_t;
+ typedef __u64 xfs_ino_t; // <inode> type
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/partimage-types.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list