* stage2/fsys_reiserfs.c (block_read): Changed the variable "len"

to "j_len" (it shadowed a parameter).
This commit is contained in:
jochen 2000-07-29 12:50:15 +00:00
parent 952982deb9
commit 77219c6e56
2 changed files with 15 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2000-07-29 Jochen Hoenicke <jochen@gnu.org>
* stage2/fsys_reiserfs.c (block_read): Changed the variable "len"
to "j_len" (it shadowed a parameter).
2000-07-29 OKUJI Yoshinori <okuji@gnu.org>
* configure.in (CPPFLAGS): Added -Wshadow, -Wpointer-arith and