Thanks to Eric Sandeen for finding this.
Merge of master-melb:xfs-cmds:28754a by kenmcd.
s/HAVE___U32_T/HAVE___U32/g
Thanks to Eric Sandeen for finding this.
#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))
])
#
+xfsprogs-2.8.22
+ - Fix up the HAVE___U32 fix from 2.8.20
+ Thanks to Eric Sandeen for pointing this out.
+
xfsprogs-2.8.21 (28 May 2007)
- Add support for lazy superblock counters in mkfs.xfs, xfs_db,
xfs_repair, xfs_growfs and also libxfs.
#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))
])
#