From 8198e7912663eb13680391979bfb6177f478e9e0 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 20 May 2005 23:10:35 -0400 Subject: filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ ioctls return an integer, not an unsigned long. Fix this to avoid problems on 64-bit platforms where the size of an integer != the size of a long. (Addresses Debian Bug #309655) --- misc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'misc/ChangeLog') diff --git a/misc/ChangeLog b/misc/ChangeLog index 55203950..1b2826e5 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,11 @@ +2005-05-20 Theodore Ts'o + + * filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ + ioctls return an integer, not an unsigned long. Fix this + to avoid problems on 64-bit platforms where the size of an + integer != the size of a long. (Addresses Debian Bug + #309655) + 2005-05-09 Theodore Ts'o * util.c (figure_journal_size): Change the default journal size to -- cgit v1.2.3