hello hpa, please pull the latest patches git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks the shortlog is maximilian attems (6): klibc-utils: add sync utility pwd.h: Add declaration of getpwuid() fstype: header inclusion guards fstype: add reiser4 support fstype: cleanup old comments toplevel .gitignore: start with a simple one and the diffstat .gitignore | 9 +++++++++ usr/include/pwd.h | 2 ++ usr/kinit/fstype/ext2_fs.h | 5 +++++ usr/kinit/fstype/ext3_fs.h | 5 +++++ usr/kinit/fstype/fstype.c | 18 ++++++++++++++++-- usr/kinit/fstype/fstype.h | 5 +---- usr/kinit/fstype/reiser4_fs.h | 31 +++++++++++++++++++++++++++++++ usr/kinit/fstype/reiserfs_fs.h | 5 +++++ usr/kinit/fstype/xfs_sb.h | 5 +++++ usr/utils/Kbuild | 4 +++- usr/utils/sync.c | 7 +++++++ 11 files changed, 89 insertions(+), 7 deletions(-) thanks -- maks ps have the debian/ubuntu fstype squashfs support queued up for next merge.