K 10 svn:author V 3 des K 8 svn:date V 27 2004-01-14T08:36:36.000000Z K 7 svn:log V 388 #include , which may define inline versions of some of the functions in libkern. Without this, parts of the kernel would reference a non-existent (undeclared and undefined) ffs() function; the only reason this didn't break the kernel build is that gcc happens to have a built-in ffs() and incorrectly fails to warn about the lack of prototypes for built-in functions. END