#
PKG_MAJOR=2
PKG_MINOR=6
-PKG_REVISION=24
+PKG_REVISION=25
PKG_BUILD=1
#define _FILE_OFFSET_BITS 64
#include <fcntl.h>
], [
- posix_fadvise(0, 1, 0, 0);
+ posix_fadvise(0, 1, 0, POSIX_FADV_NORMAL);
], have_fadvise=yes
AC_MSG_RESULT(yes),
AC_MSG_RESULT(no))
-xfsprogs (2.6.24-1) unstable; urgency=low
+xfsprogs (2.6.25-1) unstable; urgency=low
* New upstream release
- -- Nathan Scott <nathans@debian.org> Wed, 29 Sep 2004 11:28:20 +1000
+ -- Nathan Scott <nathans@debian.org> Fri, 08 Oct 2004 08:55:03 +1000
xfsprogs (2.6.23-1) unstable; urgency=low
+xfsprogs-2.6.25 (08 October 2004)
+ - Fix build with really old glibc versions.
+
xfsprogs-2.6.24 (29 September 2004)
- Allow 'e' suffix in size arguments to mkfs.
- Update mkfs man page description of maximum allocation
#define _FILE_OFFSET_BITS 64
#include <fcntl.h>
], [
- posix_fadvise(0, 1, 0, 0);
+ posix_fadvise(0, 1, 0, POSIX_FADV_NORMAL);
], have_fadvise=yes
AC_MSG_RESULT(yes),
AC_MSG_RESULT(no))