~ubuntu-branches/debian/jessie/btrfs-tools/jessie

« back to all changes in this revision

Viewing changes to debian/patches/0001-Properly-cast-to-avoid-compiler-warnings-fixes-FTBFS.patch

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-09-21 02:05:14 UTC
  • mfrom: (1.2.13) (6.1.38 sid)
  • Revision ID: package-import@ubuntu.com-20140921020514-kx4b23aw4grvevrc
Tags: 3.16-1
* New upstream release.
* Add asciidoc & xmlto build dependencies.
* Disable test-suites for now, should be run as autopkgtests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 9c3c141e5ee0857104902cf1bc0a81499097fdb0 Mon Sep 17 00:00:00 2001
 
1
From df08d276ac3660f11a398727eb67f23852d7bb59 Mon Sep 17 00:00:00 2001
2
2
From: Dimitri John Ledkov <xnox@debian.org>
3
3
Date: Sat, 19 Apr 2014 11:40:34 +0100
4
4
Subject: Properly cast to avoid compiler warnings, fixes FTBFS on alpha and
17
17
 1 file changed, 1 insertion(+), 1 deletion(-)
18
18
 
19
19
diff --git a/btrfs-convert.c b/btrfs-convert.c
20
 
index a8b2c51..4bee241 100644
 
20
index 71b7bd6..3673050 100644
21
21
--- a/btrfs-convert.c
22
22
+++ b/btrfs-convert.c
23
 
@@ -2441,7 +2441,7 @@ static int do_rollback(const char *devname, int force)
 
23
@@ -2441,7 +2441,7 @@ static int do_rollback(const char *devname)
24
24
        ext2_root = btrfs_read_fs_root(root->fs_info, &key);
25
25
        if (!ext2_root || IS_ERR(ext2_root)) {
26
26
                fprintf(stderr, "unable to open subvol %llu\n",