Date: Mon, 2 Aug 2004 23:18:48 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c devices.c disks.c install.c label.c sysinstall.h wizard.c Message-ID: <200408022318.i72NImAT046229@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-08-02 23:18:48 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c devices.c disks.c install.c label.c sysinstall.h wizard.c Log: Move the inclusion of libdisk.h from sysinstall.h to the source files that actually need it. This makes it easier for a platform porter to find the files that may need tweaking to support whatever MD specific partitioning is needed. It also helps to prevent that the libdisk API gets exposed and/or used where it's not needed. Revision Changes Path 1.223 +1 -0 src/usr.sbin/sysinstall/config.c 1.155 +1 -0 src/usr.sbin/sysinstall/devices.c 1.152 +1 -0 src/usr.sbin/sysinstall/disks.c 1.355 +1 -0 src/usr.sbin/sysinstall/install.c 1.145 +1 -0 src/usr.sbin/sysinstall/label.c 1.258 +0 -1 src/usr.sbin/sysinstall/sysinstall.h 1.23 +1 -0 src/usr.sbin/sysinstall/wizard.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408022318.i72NImAT046229>