From 24f4552bbe87bd154bd2e3622cd2a0886470468a Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 24 Jan 2007 22:06:11 +0000 Subject: [PATCH] fix earlier checkin --- lib/activate/activate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/activate/activate.c b/lib/activate/activate.c index 13356d6ea..3299f8d55 100644 --- a/lib/activate/activate.c +++ b/lib/activate/activate.c @@ -651,7 +651,7 @@ int monitor_dev_for_events(struct cmd_context *cmd, int r = 1; struct list *tmp; struct lv_segment *seg; - int (*monitor_fn) (struct cmd_context *c, struct lv_segment *s, int e); + int (*monitor_fn) (struct lv_segment *s, int e); /* * Nothing to do if dmeventd configured not to be used. -- 2.43.5