Dag-Erling Smørgrav 13ffdb96fd #include <machine/cpufunc.h>, 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.
2004-01-14 08:36:36 +00:00
..
2004-01-13 18:05:49 +00:00
2004-01-13 15:30:36 +00:00
2003-10-18 14:10:28 +00:00
2004-01-14 07:47:10 +00:00
2004-01-13 09:51:47 +00:00
2003-12-16 14:13:47 +00:00
2004-01-12 03:43:05 +00:00