I've been trying to build OpenAFS for linux 2.6.12 and almost have it working, but now I'm getting strlen() undefined from xdr.o. It's not really referenced from anywhere else so I assume it's supposed to be inlined. Why is it getting inlined everywhere else but not in xdr.o? So I guess there's no strlen() in the linux kernel?