Whamcloud - gitweb
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 8f4b255..70e9aed 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);