Whamcloud - gitweb
Fixes necessary for e2fsprogs to work using the diet libc.
authorTheodore Ts'o <tytso@mit.edu>
Sun, 2 Dec 2001 16:23:27 +0000 (17:23 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 2 Dec 2001 16:23:27 +0000 (17:23 +0100)
commit571fc5a89c17985626df29823617b63094d10b31
tree44a1510c6740f8c4c9166d1f20f26ad481d10b21
parentb3b3d465b1e833af355a41c1c470d8fa3592bc26
Fixes necessary for e2fsprogs to work using the diet libc.

- Renamed linux/list.h to be linux/linked_list.h to work around a
  problem caused by diet libc insistence to search the kernel
  header files ahead of all other files in the include path,
  including the user specified include files.

- Worked around a bug in diet libc which core dumps when using
  putc with stderr by using fputs instead.  As a bonus, this
  also shaved a few bytes off of com_err.o.

- Fixed a real bug in debugfs which was detected because diet libc
  was more sensitive than glibc when incorrectly using fclose()
  where pclose() is required.
debugfs/ChangeLog
debugfs/Makefile.in
debugfs/util.c
e2fsck/Makefile.in
include/linux/jfs_compat.h
include/linux/linked_list.h [moved from include/linux/list.h with 100% similarity]
lib/et/ChangeLog
lib/et/com_err.c
lib/ext2fs/Makefile.in
misc/Makefile.in