]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - usr/gen_init_cpio.c
usr/gen_init_cpio.c: remove unnecessary -1 values from int file
[thirdparty/linux.git] / usr / gen_init_cpio.c
index dc838e26a5b9aa796fdcf867a2563e90d573cb58..ee01e40e8bc65e06ba3b74e3f50d5aaa485bcea1 100644 (file)
@@ -326,7 +326,7 @@ static int cpio_mkfile(const char *name, const char *location,
        char s[256];
        struct stat buf;
        unsigned long size;
-       int file = -1;
+       int file;
        int retval;
        int rc = -1;
        int namesize;