X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2Fearlycpio.c;h=7aa7ce250c94d236143ea4ecedd532632a665700;hb=30ce1987160e64f58d92359ee11999e1218a45b9;hp=8078ef49cb793fe475c05cf033944fff5e05a8bb;hpb=befddb21c845f8fb49e637997891ef97c6a869dc;p=~andy%2Flinux diff --git a/lib/earlycpio.c b/lib/earlycpio.c index 8078ef49cb7..7aa7ce250c9 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;