]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix metadump build warning
authorBarry Naujok <bnaujok@sgi.com>
Tue, 22 Jan 2008 15:06:52 +0000 (15:06 +0000)
committerBarry Naujok <bnaujok@sgi.com>
Tue, 22 Jan 2008 15:06:52 +0000 (15:06 +0000)
Merge of master-melb:xfs-cmds:30411a by kenmcd.

  Fix metadump build warning

db/metadump.c
debian/changelog

index 7372bece1476f0b7e7afe0725cba0de2385c5c9a..a5e565f3ccceece42d747de9dcc62a7d29ecc7a0 100644 (file)
@@ -875,9 +875,9 @@ process_bmbt_reclist(
        typnm_t                 btype)
 {
        int                     i;
-       xfs_dfiloff_t           o, op;
+       xfs_dfiloff_t           o, op = NULLDFILOFF;
        xfs_dfsbno_t            s;
-       xfs_dfilblks_t          c, cp;
+       xfs_dfilblks_t          c, cp = NULLDFILOFF;
        int                     f;
        xfs_dfiloff_t           last;
        xfs_agnumber_t          agno;
index c0aeedc590874a7900bd3ae54730f29c71439ca5..dd6750aa14c8bbe9175191a86f48a38f98943bb0 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (2.9.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 22 Jan 2008 16:46:18 +1100
+
 xfsprogs (2.9.0-1) unstable; urgency=low
 
   * New upstream release.