X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_swap.c;h=87da8775f85c8db55e7101261e88a4ac56f713e6;hp=cfa57094567550d3f8aff78a31722d9da016cb85;hb=37d30b56405bf9858e0c1c1baad93105737e7a1b;hpb=b45c3a6c5730d47dd7dad9b90f92bd0378285f50 diff --git a/second/fs_swap.c b/second/fs_swap.c index cfa5709..87da877 100644 --- a/second/fs_swap.c +++ b/second/fs_swap.c @@ -54,7 +54,7 @@ swap_open(struct boot_file_t* file, struct partition_t* part, int i; unsigned char *buffer; /* Make static to move into the BSS rather then the stack */ - static unsigned char device_name[1024]; + static char device_name[1024]; DEBUG_ENTER; DEBUG_OPEN;