> I forgot to say that I'm using the ext2srv version from Plan > distribution, not the Iruata's from contrib/iru; > compiling iru's ext2srv gives error: > term% mk > 8c -FTVw xfssrv.c > 8c -FTVw xfile.c > 8c -FTVw ext2fs.c > 8c -FTVw ext2subs.c > 8c -FTVw chat.c > 8c -FTVw iobuf.c > 8l -o 8.out xfssrv.8 xfile.8 ext2fs.8 ext2subs.8 chat.8 iobuf.8 > ??none??: incompatible type signatures 392d4f87(xfssrv.8) and > 2569e19(/386/lib/libc.a(chartorune)) for chartorune
sounds like you have a 9atom-compiled libc.a, but then updated /386/include/u.h from the distribution overwriting the definition of Rune. (changing it from uint to ushort). you either need to recompile all your libraries, or put u.h back the way it was. - erik