]> git.pld-linux.org Git - packages/gpart.git/blame - gpart-ntfs-ppc.patch
- add x86_64.patch (now build on amd64)
[packages/gpart.git] / gpart-ntfs-ppc.patch
CommitLineData
76b3fa77 1diff -uNr gpart-0.1h.old/src/gm_ntfs.h gpart-0.1h/src/gm_ntfs.h
2--- gpart-0.1h.old/src/gm_ntfs.h Mon Jan 29 20:33:58 2001
3+++ gpart-0.1h/src/gm_ntfs.h Sat May 18 21:09:43 2002
4@@ -29,7 +29,7 @@
5 /* 'NTFS' in little endian */
6 #define NTFS_SUPER_MAGIC 0x5346544E
7
8-#if defined(i386) || defined(__i386__) || defined(__alpha__)
9+#if defined(i386) || defined(__i386__) || defined(__alpha__) || defined(__powerpc__)
10
11 /* unsigned integral types */
12 #ifndef NTFS_INTEGRAL_TYPES
13@@ -39,7 +39,7 @@
14 typedef unsigned int ntfs_u32;
15 typedef s64_t ntfs_u64;
16 #endif /* NTFS_INTEGRAL_TYPES */
17-#endif /* defined(i386) || defined(__i386__) || defined(__alpha__) */
18+#endif /* defined(i386) || defined(__i386__) || defined(__alpha__) || defined(__powerpc__)*/
19
20
21 /* Macros reading unsigned integers from a byte pointer */
This page took 0.086898 seconds and 4 git commands to generate.