Fix build with gcc by spelling unused format string as "unused" instead of NULL.

MFC after:	29 days
This commit is contained in:
Edward Tomasz Napierala 2013-10-19 08:20:00 +00:00
parent 7bb2d4b324
commit fb0e57b1a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256766

View File

@ -132,7 +132,7 @@ g_label_resize(struct g_consumer *cp)
LIST_FIRST(&cp->geom->provider)->name);
g_slice_config(cp->geom, 0, G_SLICE_CONFIG_FORCE, (off_t)0,
cp->provider->mediasize, cp->provider->sectorsize, NULL);
cp->provider->mediasize, cp->provider->sectorsize, "notused");
}
static int