Module Name: src Committed By: cegger Date: Sat Jun 20 09:57:26 UTC 2009
Modified Files: src/sys/dev/dm: dm_target_snapshot.c Log Message: buidfix: change dm_target_snapshot_orig_init() to match prototype. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/dm/dm_target_snapshot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/dm/dm_target_snapshot.c diff -u src/sys/dev/dm/dm_target_snapshot.c:1.9 src/sys/dev/dm/dm_target_snapshot.c:1.10 --- src/sys/dev/dm/dm_target_snapshot.c:1.9 Fri Jun 5 19:56:40 2009 +++ src/sys/dev/dm/dm_target_snapshot.c Sat Jun 20 09:57:26 2009 @@ -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 @@ */ 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;