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.

diff --git a/misc/ChangeLog b/misc/ChangeLog
index 6f38099..508aafb 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -2,6 +2,9 @@
 
 	* mke2fs.c (show_stats): Capitalized Hurd to make the GNU types
 		happy. 
+		(PRS): Use __u64 instead of long long for portability
+		reasons.   Also moved #include of sys/stat.h inside #ifdef
+		HAVE_LINUX_MAJOR_H for portability reasons.
 
 	* fsck.c (execute): Fix really stupid bug in the linked list
 		management which caused fsck in parallel mode to go into