PERFORCE change 122211 for review

Ulf Lilleengen lulf at FreeBSD.org
Sat Jun 23 16:02:00 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122211

Change 122211 by lulf at lulf_carrot on 2007/06/23 16:01:31

	- Add undeclared variable.

Affected files ...

.. //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_subr.c#11 edit

Differences ...

==== //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_subr.c#11 (text+ko) ====

@@ -267,7 +267,7 @@
 gv_sd_to_plex(struct gv_sd *s, struct gv_plex *p)
 {
 	struct gv_sd *s2;
-	off_t psizeorig;
+	off_t psizeorig, remainder;
 
 	/* If this subdisk was already given to this plex, do nothing. */
 	if (s->plex_sc == p)


More information about the p4-projects mailing list