Applied assortment of Arch Linux ARM patches
This commit is contained in:
@@ -51,7 +51,7 @@ static const unsigned char lzop_magic[] = {
|
||||
#define HEADER_SIZE_MIN (9 + 7 + 4 + 8 + 1 + 4)
|
||||
#define HEADER_SIZE_MAX (9 + 7 + 1 + 8 + 8 + 4 + 1 + 255 + 4)
|
||||
|
||||
STATIC inline int INIT parse_header(u8 *input, int *skip, int in_len)
|
||||
static inline int INIT parse_header(u8 *input, int *skip, int in_len)
|
||||
{
|
||||
int l;
|
||||
u8 *parse = input;
|
||||
|
||||
Reference in New Issue
Block a user