commit | e6597048d9d1637c9f997363a7f45c74b98fd0e2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Oct 26 02:30:16 1999 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Oct 26 02:30:16 1999 +0000 |
tree | 7b815e498060d5709c5e0ce0eb1c10ce12ccd320 | |
parent | 601002bd2a144da02165529743a4b1621cfe9ae3 [diff] |
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.