X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_swap.c;h=87da8775f85c8db55e7101261e88a4ac56f713e6;hp=cfa57094567550d3f8aff78a31722d9da016cb85;hb=ad973226cb9266ce5cf6946833387c0549c4f3f2;hpb=8aef1508bddad47681e258e9f2eaa7987cbd8a32 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;