Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 1996 10:57:39 -0800 (PST)
From:      Joerg Wunsch <joerg>
To:        CVS-committers, cvs-all, cvs-user
Subject:   cvs commit:  src/release/sysinstall config.c disks.c install.c label.c
Message-ID:  <199603241857.KAA17830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       96/03/24 10:57:38

  Modified:    release/sysinstall  config.c disks.c install.c label.c
  Log:
  Rename the usage of `private' to `private_data' to cope with the
  recent libdisk changes.  (sysinstall is guilty of using `private' in
  quite more places, but since this ain't in library code, it's not that
  important.)
  
  Whenever possible, better not use C++ reserved words...
  
  Revision  Changes    Path
  1.22      +8 -8      src/release/sysinstall/config.c
  1.38      +1 -2      src/release/sysinstall/disks.c
  1.81      +8 -8      src/release/sysinstall/install.c
  1.40      +28 -28    src/release/sysinstall/label.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603241857.KAA17830>