ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.68 by root, Sun Sep 1 15:57:48 2019 UTC vs.
Revision 1.69 by root, Sun Sep 1 16:00:40 2019 UTC

1874our @part_type = qw(gpt mbr raw); 1874our @part_type = qw(gpt mbr raw);
1875 1875
1876our $NULL_DEVICE = "\x00" x 16; 1876our $NULL_DEVICE = "\x00" x 16;
1877 1877
1878# biggest bitch to decode, ever 1878# biggest bitch to decode, ever
1879# this decoded a device portion after the GUID 1879# this decodes a device portion after the GUID
1880sub dec_device_($$); 1880sub dec_device_($$);
1881sub dec_device_($$) { 1881sub dec_device_($$) {
1882 my ($device, $type) = @_; 1882 my ($device, $type) = @_;
1883 1883
1884 my $res; 1884 my $res;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines