diff --git a/WHATS_NEW b/WHATS_NEW index b1405c3b5..254b95e17 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.18 - ==================================== + Fix some activate.c prototypes when compiled without devmapper. Fix dmeventd mirror to cope if monitored device disappears. Version 2.02.17 - 14th December 2006 diff --git a/lib/activate/activate.c b/lib/activate/activate.c index da2b9df1f..4e8239a3d 100644 --- a/lib/activate/activate.c +++ b/lib/activate/activate.c @@ -141,7 +141,7 @@ int target_version(const char *target_name, uint32_t *maj, { return 0; } -int target_present(const char *target_name) +int target_present(const char *target_name, int use_modprobe) { return 0; } @@ -211,7 +211,7 @@ int lv_mknodes(struct cmd_context *cmd, const struct logical_volume *lv) return 1; } -int pv_uses_vg(struct cmd_context *cmd, struct physical_volume *pv, +int pv_uses_vg(struct physical_volume *pv, struct volume_group *vg) { return 0;