[parted-devel] GNU Parted Official Repository: Changes to 'master'
Jim Meyering
meyering at alioth.debian.org
Mon Mar 5 22:50:26 CET 2007
include/parted/disk.h | 4 ++--
libparted/disk.c | 4 ++--
libparted/labels/dos.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit ce3810b4372764154b71a299c3e90eb08a610a46
Author: Jim Meyering <jim at meyering.net>
Date: Mon Mar 5 22:44:38 2007 +0100
Undo part of the dos.c constification.
* libparted/disk.c: The sole parameter of ped_disk_type_register
and ped_disk_type_unregister must *not* be const.
* libparted/labels/dos.c (msdos_disk_type): Likewise for the
corresponding static struct in dos.c, since those functions modify
the struct. This didn't show up at compile time due to casts.
* include/parted/disk.h: Update prototypes, too.
More information about the parted-devel
mailing list