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 ...

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Aug 8 16:30:59 PDT 2004


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 @@
+>   */
+>  
+>  #include <sys/cdefs.h>
+> -__FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/geom/geom_vol_ffs.c,v 1.11 2004/02/12 22:42:11 phk Exp $");
+> +__FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/geom/geom_vol_ffs.c,v 1.12 2004/08/08 07:57:51 phk Exp $");
+>  
+>  #include <sys/param.h>
+>  #include <sys/errno.h>
+> @@ -137,6 +137,8 @@ g_vol_ffs_taste(struct g_class *mp, stru
+>  
+>  static struct g_class g_vol_ffs_class	= {
+>  	.name = VOL_FFS_CLASS_NAME,
+> +	.version = G_VERSION,
+> +	.version = G_VERSION,
+>  	.taste = g_vol_ffs_taste,
+>  };

One too much here.

-- 
Pawel Jakub Dawidek                       http://www.FreeBSD.org
pjd at FreeBSD.org                           http://garage.freebsd.pl
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20040809/7d51cc7a/attachment.bin


More information about the cvs-all mailing list