Date: Mon, 9 Aug 2004 01:30:54 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Poul-Henning Kamp <phk@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c src/sys/dev/md md.c src/sys/geom geom_aes.c geom_apple.c geom_bsd.c geom_ccd.c geom_dev.c geom_disk.c geom_fox.c geom_gpt.c geom_mbr.c geom_pc98.c geom_sunlabel.c geom_vol_ffs.c src/sys/geom/bde ... Message-ID: <20040808233054.GI628@darkness.comp.waw.pl> In-Reply-To: <200408080757.i787vrUU096445@repoman.freebsd.org> References: <200408080757.i787vrUU096445@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--54ZiyWcDhi/7bWb8 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 08, 2004 at 07:57:53AM +0000, Poul-Henning Kamp wrote: [...] +> Log: +> Tag all geom classes in the tree with a version number. [...] +> --- src/sys/geom/geom_vol_ffs.c 2004/02/12 22:42:11 1.11 +> +++ src/sys/geom/geom_vol_ffs.c 2004/08/08 07:57:51 1.12 +> @@ -25,7 +25,7 @@ +> */ +> =20 +> #include <sys/cdefs.h> +> -__FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/geom/geom_vo= l_ffs.c,v 1.11 2004/02/12 22:42:11 phk Exp $"); +> +__FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/geom/geom_vo= l_ffs.c,v 1.12 2004/08/08 07:57:51 phk Exp $"); +> =20 +> #include <sys/param.h> +> #include <sys/errno.h> +> @@ -137,6 +137,8 @@ g_vol_ffs_taste(struct g_class *mp, stru +> =20 +> static struct g_class g_vol_ffs_class =3D { +> .name =3D VOL_FFS_CLASS_NAME, +> + .version =3D G_VERSION, +> + .version =3D G_VERSION, +> .taste =3D g_vol_ffs_taste, +> }; One too much here. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --54ZiyWcDhi/7bWb8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBFreuForvXbEpPzQRAus1AJ9L7UTl5HgCNmtjXzTP21yBitc7dACfUsP/ +IZkQT4GVI18WdwodRQA4aU= =PKEP -----END PGP SIGNATURE----- --54ZiyWcDhi/7bWb8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040808233054.GI628>