Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266310
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/fdisk/cfdisk.c
0
++ b/fdisk/cfdisk.c
Lines 295-301 partition_info ext_info; Link Here
295
int num_parts = 0;
295
int num_parts = 0;
296
296
297
int logical = 0;
297
int logical = 0;
298
int logical_sectors[MAXIMUM_PARTS];
298
long long logical_sectors[MAXIMUM_PARTS];
299
299
300
__sighandler_t old_SIGINT, old_SIGTERM;
300
__sighandler_t old_SIGINT, old_SIGTERM;
301
301

Return to bug 266310