diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-18 13:25:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-18 13:25:19 +0000 |
commit | 054c297c3ee32d6b584bc2bcb3477d646bc30167 (patch) | |
tree | cf0248041a383767201d7c8dec9f71ffe0b7fe4a /main/multipath-tools/daddr_t.patch | |
parent | 8ff4b3f0a654f78f195744563bf6708572a9ad33 (diff) | |
download | aports-054c297c3ee32d6b584bc2bcb3477d646bc30167.tar.bz2 aports-054c297c3ee32d6b584bc2bcb3477d646bc30167.tar.xz |
main/multipath-tools: upgrade to 0.5.0
Diffstat (limited to 'main/multipath-tools/daddr_t.patch')
-rw-r--r-- | main/multipath-tools/daddr_t.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/multipath-tools/daddr_t.patch b/main/multipath-tools/daddr_t.patch new file mode 100644 index 0000000000..3922b123db --- /dev/null +++ b/main/multipath-tools/daddr_t.patch @@ -0,0 +1,11 @@ +--- ./kpartx/solaris.c.orig ++++ ./kpartx/solaris.c +@@ -11,7 +11,7 @@ + struct solaris_x86_slice { + unsigned short s_tag; /* ID tag of partition */ + unsigned short s_flag; /* permision flags */ +- daddr_t s_start; /* start sector no of partition */ ++ long s_start; /* start sector no of partition */ + long s_size; /* # of blocks in partition */ + }; + |