OSDN Git Service

ChangeLog, mke2fs.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Oct 1999 02:30:16 +0000 (02:30 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Oct 1999 02:30:16 +0000 (02:30 +0000)
commite6597048d9d1637c9f997363a7f45c74b98fd0e2
tree7b815e498060d5709c5e0ce0eb1c10ce12ccd320
parent601002bd2a144da02165529743a4b1621cfe9ae3
ChangeLog, mke2fs.c:
  mke2fs.c (PRS): Use __u64 instead of long long for portability
   reasons.
   Moved #include of sys/stat.h inside #ifdef HAVE_LINUX_MAJOR_H for
   portability reasons.
ChangeLog, util.c:
  util.c: For NT portability, don't redefine getchar(), since stdio
   defines that.  Instead we introduce a new abstract macro read_a_char()
   which is #defined to the right function as necessary.
e2fsck/ChangeLog
e2fsck/util.c
misc/ChangeLog
misc/mke2fs.c