summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_target_snapshot.c
diff options
context:
space:
mode:
authorcegger <cegger@NetBSD.org>2009-06-20 09:57:26 +0000
committercegger <cegger@NetBSD.org>2009-06-20 09:57:26 +0000
commitf978dd86b286b60bc4bdb15c17f37d3a69e7dbe4 (patch)
tree8286dd68cdae404a9252478ce5609e62f9e31b7a /sys/dev/dm/dm_target_snapshot.c
parentffb0a63a5738078ef222d2a1db08bfbe738a2bc4 (diff)
buidfix: change dm_target_snapshot_orig_init() to match prototype.
Diffstat (limited to 'sys/dev/dm/dm_target_snapshot.c')
-rw-r--r--sys/dev/dm/dm_target_snapshot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dm/dm_target_snapshot.c b/sys/dev/dm/dm_target_snapshot.c
index b2afcb4e4c1..ae4d19326bd 100644
--- a/sys/dev/dm/dm_target_snapshot.c
+++ b/sys/dev/dm/dm_target_snapshot.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dm_target_snapshot.c,v 1.9 2009/06/05 19:56:40 haad Exp $ */
+/* $NetBSD: dm_target_snapshot.c,v 1.10 2009/06/20 09:57:26 cegger Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -393,7 +393,7 @@ dm_target_snapshot_upcall(dm_table_entry_t *table_en, struct buf *bp)
*/
int
dm_target_snapshot_orig_init(dm_dev_t *dmv, void **target_config,
- char *params)
+ prop_dictionary_t dict)
{
dm_target_snapshot_origin_config_t *tsoc;
dm_pdev_t *dmp_real;