Date: Mon, 24 Mar 2003 11:30:15 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_aes.c geom_apple.c geom_bsd.c geom_dev.c geom_disk.c geom_gpt.c geom_mbr.c geom_mirror.c geom_pc98.c geom_sunlabel.c geom_vol_ffs.c src/sys/geom/bde g_bde.c Message-ID: <200303241930.h2OJUFkl015747@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/03/24 11:30:15 PST FreeBSD src repository Modified files: sys/geom geom.h geom_aes.c geom_apple.c geom_bsd.c geom_dev.c geom_disk.c geom_gpt.c geom_mbr.c geom_mirror.c geom_pc98.c geom_sunlabel.c geom_vol_ffs.c sys/geom/bde g_bde.c Log: Premptively change initializations of struct g_class to use C99 sparse struct initializations before we extend the struct with new OAM related member functions. Revision Changes Path 1.14 +2 -3 src/sys/geom/bde/g_bde.c 1.48 +5 -1 src/sys/geom/geom.h 1.12 +2 -3 src/sys/geom/geom_aes.c 1.3 +2 -3 src/sys/geom/geom_apple.c 1.42 +2 -3 src/sys/geom/geom_bsd.c 1.53 +2 -3 src/sys/geom/geom_dev.c 1.61 +1 -3 src/sys/geom/geom_disk.c 1.16 +2 -3 src/sys/geom/geom_gpt.c 1.34 +2 -3 src/sys/geom/geom_mbr.c 1.4 +2 -3 src/sys/geom/geom_mirror.c 1.27 +2 -3 src/sys/geom/geom_pc98.c 1.22 +2 -3 src/sys/geom/geom_sunlabel.c 1.4 +2 -3 src/sys/geom/geom_vol_ffs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303241930.h2OJUFkl015747>