#
PKG_MAJOR=2
PKG_MINOR=5
-PKG_REVISION=10
+PKG_REVISION=11
PKG_BUILD=1
-xfsprogs (2.5.9-1) unstable; urgency=low
+xfsprogs (2.5.11-1) unstable; urgency=low
* New upstream release.
- -- Nathan Scott <nathans@debian.org> Fri, 19 Sep 2003 14:15:16 +1000
+ -- Nathan Scott <nathans@debian.org> Fri, 10 Oct 2003 09:37:57 +1000
xfsprogs (2.5.6-1) unstable; urgency=low
+xfsprogs-2.5.11 (10 October 2003)
+ - Incorporate Jan Derfinaks change to the Linux block ioctls
+ used in libxfs, allowing this code to compile cleanly with
+ include files from Linux 2.6.0-test5 onward.
+
xfsprogs-2.5.10 (30 September 2003)
- Fix up xfs_logprint to handle version 2 logs for its
operation output (previously core dumped on it).
extern char *progname;
#ifndef BLKGETSIZE64
-# define BLKGETSIZE64 _IOR(0x12,114,sizeof(__uint64_t))
+# define BLKGETSIZE64 _IOR(0x12,114,size_t)
#endif
#ifndef BLKBSZSET
-# define BLKBSZSET _IOW(0x12,113,sizeof(int))
+# define BLKBSZSET _IOW(0x12,113,size_t)
#endif
#ifndef BLKSSZGET
# define BLKSSZGET _IO(0x12,104)