]> git.pld-linux.org Git - packages/lvm2.git/blob - lvm2-replicator.patch
- updated to 2.02.149
[packages/lvm2.git] / lvm2-replicator.patch
1 --- LVM2.2.02.149/lib/replicator/replicator.c.orig      2016-04-01 21:32:16.000000000 +0200
2 +++ LVM2.2.02.149/lib/replicator/replicator.c   2016-04-06 18:57:18.845480954 +0200
3 @@ -752,8 +752,8 @@
4  #ifdef REPLICATOR_INTERNAL
5  int init_replicator_segtype(struct cmd_context *cmd, struct segtype_library *seglib)
6  #else /* Shared */
7 -int init_multiple_segtype(struct cmd_context *cmd, struct segtype_library *seglib);
8 -int init_multiple_segtype(struct cmd_context *cmd, struct segtype_library *seglib)
9 +int init_multiple_segtypes(struct cmd_context *cmd, struct segtype_library *seglib);
10 +int init_multiple_segtypes(struct cmd_context *cmd, struct segtype_library *seglib)
11  #endif
12  {
13         struct segment_type *segtype;
This page took 0.133371 seconds and 3 git commands to generate.