]> git.pld-linux.org Git - packages/lvm2.git/blame - lvm2-replicator.patch
- rel 4; obsolete lvm2-initrd (otherwise broken lvm2-initrd stays on people systems)
[packages/lvm2.git] / lvm2-replicator.patch
CommitLineData
e2727f8c
JB
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.070261 seconds and 4 git commands to generate.