diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-24 03:57:59 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-24 03:57:59 -0400 |
commit | dda65b941f992ab10fda3d9f09539c68206b7114 (patch) | |
tree | 27468ef642b1d6e7a8b3c7f7f9a842e5ad92456e /fs/ntfs/ChangeLog | |
parent | d04bd1fb60252f30f4f41a56613ade48df130588 (diff) |
NTFS: Fix compilation warnings with gcc-4.0.2 on SUSE 10.0.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 2a76b1fbbfc0..dea742405161 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -77,6 +77,7 @@ ToDo/Notes: | |||
77 | EOPNOTSUPP is returned. | 77 | EOPNOTSUPP is returned. |
78 | - $EA attributes can be both resident and non-resident. | 78 | - $EA attributes can be both resident and non-resident. |
79 | - Use %z for size_t to fix compilation warnings. (Andrew Morton) | 79 | - Use %z for size_t to fix compilation warnings. (Andrew Morton) |
80 | - Fix compilation warnings with gcc-4.0.2 on SUSE 10.0. | ||
80 | 81 | ||
81 | 2.1.24 - Lots of bug fixes and support more clean journal states. | 82 | 2.1.24 - Lots of bug fixes and support more clean journal states. |
82 | 83 | ||