Date: Sat, 23 Jun 2007 16:01:59 GMT From: Ulf Lilleengen <lulf@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 122211 for review Message-ID: <200706231601.l5NG1x2t005276@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122211 Change 122211 by lulf@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706231601.l5NG1x2t005276>