]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add missing errcode_t variable so that iscan compiles.
authorTheodore Ts'o <tytso@mit.edu>
Wed, 8 Aug 2001 20:10:23 +0000 (16:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Aug 2001 20:10:23 +0000 (16:10 -0400)
e2fsck/iscan.c

index 8f4b25550cb6a15b01c74f3838e591519e538cd8..70e9aede243b20987ad143d6f98ccc17145b9d33 100644 (file)
@@ -53,6 +53,7 @@ static void PRS(int argc, char *argv[])
 #ifdef MTRACE
        extern void     *mallwatch;
 #endif
+       errcode_t       retval;
 
        setbuf(stdout, NULL);
        setbuf(stderr, NULL);