From owner-cvs-src@FreeBSD.ORG Sun Aug 8 23:30:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60FF216A4CE; Sun, 8 Aug 2004 23:30:59 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5FE743D31; Sun, 8 Aug 2004 23:30:58 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 93EC4ACAE0; Mon, 9 Aug 2004 01:30:54 +0200 (CEST) Date: Mon, 9 Aug 2004 01:30:54 +0200 From: Pawel Jakub Dawidek To: Poul-Henning Kamp Message-ID: <20040808233054.GI628@darkness.comp.waw.pl> References: <200408080757.i787vrUU096445@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="54ZiyWcDhi/7bWb8" Content-Disposition: inline In-Reply-To: <200408080757.i787vrUU096445@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@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 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 23:30:59 -0000 --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 +> -__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 +> #include +> @@ -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--