PERFORCE change 81969 for review

soc-cjones soc-cjones at FreeBSD.org
Sun Aug 14 07:24:38 GMT 2005


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

Change 81969 by soc-cjones at soc-cjones_ishtar on 2005/08/14 07:24:05

	Use tab instead of spaces for gv_rm_sd.

Affected files ...

.. //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum.h#4 edit

Differences ...

==== //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum.h#4 (text+ko) ====

@@ -56,7 +56,7 @@
 
 /* geom_vinum_rm.c */
 void	gv_remove(struct g_geom *, struct gctl_req *);
-int     gv_rm_sd(struct gv_softc *sc, struct gctl_req *req, struct gv_sd *s, int flags);
+int	gv_rm_sd(struct gv_softc *sc, struct gctl_req *req, struct gv_sd *s, int flags);
 
 /* geom_vinum_state.c */
 int	gv_sdstatemap(struct gv_plex *);


More information about the p4-projects mailing list