X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fearlycpio.c;h=7aa7ce250c94d236143ea4ecedd532632a665700;hb=4b8b8a4afa4f794a0029cdf2c13b6789fd38d9de;hp=8078ef49cb793fe475c05cf033944fff5e05a8bb;hpb=d7df025eb4c3c571532326b01e007be52c75e5c0;p=cascardo%2Flinux.git diff --git a/lib/earlycpio.c b/lib/earlycpio.c index 8078ef49cb79..7aa7ce250c94 100644 --- a/lib/earlycpio.c +++ b/lib/earlycpio.c @@ -63,7 +63,7 @@ enum cpio_fields { * the match returned an empty filename string. */ -struct cpio_data __cpuinit find_cpio_data(const char *path, void *data, +struct cpio_data find_cpio_data(const char *path, void *data, size_t len, long *offset) { const size_t cpio_header_len = 8*C_NFIELDS - 2;