Too many versions.

Spotted by:	pjd
This commit is contained in:
Poul-Henning Kamp 2004-08-09 06:04:00 +00:00
parent eebf3286a6
commit 157b106eae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133356

View File

@ -138,7 +138,6 @@ g_vol_ffs_taste(struct g_class *mp, struct g_provider *pp, int flags)
static struct g_class g_vol_ffs_class = {
.name = VOL_FFS_CLASS_NAME,
.version = G_VERSION,
.version = G_VERSION,
.taste = g_vol_ffs_taste,
};