mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
reduce bss
This commit is contained in:
parent
fe25715792
commit
65bb10f253
@ -117,8 +117,12 @@ static uint sector_size = DEFAULT_SECTOR_SIZE,
|
|||||||
* Raw disk label. For DOS-type partition tables the MBR,
|
* Raw disk label. For DOS-type partition tables the MBR,
|
||||||
* with descriptions of the primary partitions.
|
* with descriptions of the primary partitions.
|
||||||
*/
|
*/
|
||||||
|
#if (MAX_SECTOR_SIZE) > (BUFSIZ+1)
|
||||||
static char MBRbuffer[MAX_SECTOR_SIZE];
|
static char MBRbuffer[MAX_SECTOR_SIZE];
|
||||||
|
#else
|
||||||
|
# define MBRbuffer bb_common_bufsiz1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_FEATURE_SUN_LABEL
|
#ifdef CONFIG_FEATURE_SUN_LABEL
|
||||||
static int sun_label; /* looking at sun disklabel */
|
static int sun_label; /* looking at sun disklabel */
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user