1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-21 15:33:18 +03:00

Add mirror_library description to example.conf.

More compile-time cleanup.
This commit is contained in:
Alasdair Kergon
2006-05-11 17:58:58 +00:00
parent a54b98e5ef
commit 898e6f8e41
23 changed files with 79 additions and 72 deletions

View File

@@ -129,6 +129,6 @@ struct volume_group *text_vg_import_file(struct format_instance *fid,
const char *file,
time_t *when, char **desc)
{
return text_vg_import_fd(fid, file, NULL, 0, 0, 0, 0, NULL, 0,
return text_vg_import_fd(fid, file, NULL, (off_t)0, 0, (off_t)0, 0, NULL, 0,
when, desc);
}