summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-14 06:43:00 +0000
committerNeil Brown <neilb@suse.de>2005-06-14 06:43:00 +0000
commitfe6729fa8cde33bce8d693e3f082fae688b1ff09 (patch)
tree610c3faeb9f95527fe5e95e2dbc157ba346151f8 /ChangeLog
parentccf44f32725e5a86ba1ee78538df5f27b1de46eb (diff)
downloadmdadm-fe6729fa8cde33bce8d693e3f082fae688b1ff09.tar.gz
mdadm-fe6729fa8cde33bce8d693e3f082fae688b1ff09.tar.xz
mdadm-fe6729fa8cde33bce8d693e3f082fae688b1ff09.zip
Fix compilation with tinyc
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0daf218..9fa9faa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@ Changes Prior to this release
- Allow --force with --grow so '-Gfn1' works (on raid1)
- Replace sprintf calls with snprintf (to quiet diet-libc)
- Add man page for mdassemble
+ - Fix compilation with tinyc
Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail.