remove unused patch

This commit is contained in:
Eric Sandeen 2007-07-26 22:12:21 +00:00
parent ab73c6e073
commit eb928b5952
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
Index: xfsprogs-2.8.20/aclocal.m4
===================================================================
--- xfsprogs-2.8.20.orig/aclocal.m4
+++ xfsprogs-2.8.20/aclocal.m4
@@ -317,7 +317,7 @@ AC_DEFUN([AC_TYPE_U32],
#include <stddef.h>
], [
__u32 u32;
- ], AC_DEFINE(HAVE___U32_T) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
+ ], AC_DEFINE(HAVE___U32) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
])
#
Index: xfsprogs-2.8.20/m4/package_types.m4
===================================================================
--- xfsprogs-2.8.20.orig/m4/package_types.m4
+++ xfsprogs-2.8.20/m4/package_types.m4
@@ -37,7 +37,7 @@ AC_DEFUN([AC_TYPE_U32],
#include <stddef.h>
], [
__u32 u32;
- ], AC_DEFINE(HAVE___U32_T) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
+ ], AC_DEFINE(HAVE___U32) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
])
#