Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a083f
)
Add missing errcode_t variable so that iscan compiles.
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 8 Aug 2001 20:10:23 +0000
(16:10 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 8 Aug 2001 20:10:23 +0000
(16:10 -0400)
e2fsck/iscan.c
patch
|
blob
|
history
diff --git
a/e2fsck/iscan.c
b/e2fsck/iscan.c
index
8f4b255
..
70e9aed
100644
(file)
--- a/
e2fsck/iscan.c
+++ b/
e2fsck/iscan.c
@@
-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);