bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: Publish the changes


From: leslie . polzer
Subject: Re: FW: Publish the changes
Date: Tue, 9 Aug 2005 19:59:32 +0200
User-agent: mutt-ng/devel (Linux)

On Tue, Aug 02, 2005 at 05:51:26PM -0300, Timmers, Rogerio wrote:
>  
> Hi Leslie, 
> 
> Here is the diff file with the changes.
> Please let me know if you have any questions.

> diff -Nur parted-1.6.23.orig/libparted/disk_gpt.c 
> parted-1.6.23-modified/libparted/disk_gpt.c
> [...]
> @@ -514,8 +516,13 @@
>                                            (uint16_t) pte->PartitionName[i]);
>         gpt_part_data->name[i] = 0;
> 
> -       gpt_part_data->lvm = gpt_part_data->raid = gpt_part_data->boot
> -               = gpt_part_data->hp_service = 0;
> +       gpt_part_data->lvm = gpt_part_data->raid = 
> +               gpt_part_data->boot = gpt_part_data->hp_service = 
> +               gpt_part_data->hidden = gpt_part_data->msftres = 0;
> +
> +       if(pte->Attributes.RequiredToFunction & 0x1)
> +               gpt_part_data->hidden = 1;
> + 
The equal signs still need to be moved to the beginning of the succeeding line.

Leslie


-- 
PGP-KID: 0x52D70289

Attachment: pgpSIHox892LB.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]