rpms/xfsprogs/devel ppc64_build.patch, NONE, 1.1 xfsprogs-2.7.11-mkfs-inode.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 27 18:54:27 UTC 2006


Author: rcattela

Update of /cvs/dist/rpms/xfsprogs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19444

Added Files:
	ppc64_build.patch 
Removed Files:
	xfsprogs-2.7.11-mkfs-inode.patch 
Log Message:
add the ppc64_build.path

remove the 512 byte inode patch.
annaconda defaults to attr=2 which is a better fix than expanding the inode
size for SE linux.


ppc64_build.patch:
 configure.in               |    1 +
 include/platform_defs.h.in |    5 +++++
 2 files changed, 6 insertions(+)

--- NEW FILE ppc64_build.patch ---
--- xfsprogs-2.8.11/configure.in	2006-06-20 01:51:27.000000000 -0500
+++ xfsprogs-2.8.12/configure.in	2006-09-26 14:50:30.000000000 -0500
@@ -57,6 +57,7 @@
 
 AC_TYPE_PSINT
 AC_TYPE_PSUNSIGNED
+AC_CHECK_TYPES(__u32,,,[#include <asm/types.h>])
 AC_SIZEOF_POINTERS_AND_LONG
 AC_MANUAL_FORMAT
 
--- xfsprogs-2.8.11/include/platform_defs.h.in	2006-06-26 00:01:15.000000000 -0500
+++ xfsprogs-2.8.12/include/platform_defs.h.in	2006-09-26 14:50:31.000000000 -0500
@@ -31,6 +31,10 @@
 #include <unistd.h>
 #include <sys/types.h>
 
+#undef HAVE___U32
+#ifdef HAVE___U32
+#include <asm/types.h>
+#else
 typedef unsigned char		__u8;
 typedef signed char		__s8;
 typedef unsigned short		__u16;
@@ -39,6 +43,7 @@
 typedef signed int		__s32;
 typedef unsigned long long int	__u64;
 typedef signed long long int	__s64;
+#endif
 
 typedef __u16			__be16;
 typedef __u32			__be32;


--- xfsprogs-2.7.11-mkfs-inode.patch DELETED ---




More information about the fedora-cvs-commits mailing list