summaryrefslogtreecommitdiffstats
path: root/helper/cpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/cpio.c')
-rw-r--r--helper/cpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/cpio.c b/helper/cpio.c
index 1dd22b0..0ca59a6 100644
--- a/helper/cpio.c
+++ b/helper/cpio.c
@@ -250,7 +250,7 @@ write_padding (size_t len)
}
static void
-cpio_start (const char *appliance,
+cpio_start (const char *hostcpu, const char *appliance,
const char *modpath, const char *initrd)
{
out_fd = open (appliance, O_WRONLY | O_CREAT | O_TRUNC | O_NOCTTY, 0644);