K 10 svn:author V 3 bde K 8 svn:date V 27 2004-03-11T13:38:54.000000Z K 7 svn:log V 743 Don't implement anything in the ffs family in in the non-_KERNEL case. This "fixes" applications that include this "kernel-only" header and also include (or get via the default _BSD_VISIBLE pollution in . In C++ there was a fatal error: the declaration specifies C linkage but the implementation gives C++ linkage. In C there was only a static/extern mismatch if the headers were included in a certain order order, and a partially redundant declaration for all include orders; gcc emits incomplete or wrong diagnostics for these, but only for compiling with -Wsystem-headers and certain other warning options, so the problem was usually not seen for C. Ports breakage reported by: kris END