summaryrefslogtreecommitdiff
path: root/misc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ChangeLog')
-rw-r--r--misc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index 3044d7f8..7486f7b4 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,5 +1,9 @@
2001-05-23 Theodore Tso <tytso@valinux.com>
+ * partinfo.c (main): Use unsigned long instead of long when
+ querying the size of a device using the BLKGETSIZE ioctl,
+ to remove the 1TB limit (and turn it into a 2TB limit :-)
+
* fsck.c (compile_fs_type): Fix I18N compilation bug: use N_()
instead of _() to initialize static variables.