cvs commit: src/usr.sbin/sysinstall config.c devices.c disks.c install.c label.c sysinstall.h wizard.c

Marcel Moolenaar marcel at FreeBSD.org
Mon Aug 2 16:18:48 PDT 2004


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


More information about the cvs-all mailing list