K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-03-20T10:27:03.000000Z K 7 svn:log V 306 Unbreak LINT. because rpcb_clnt.h is generated during buildworld and only installed into /usr/include/rpc (and not present in src/include/rpc) we can fix it by simply not including it when _KERNEL is defined. this isn't the most elegant, way and might deserve some revisiting later. Pointed out by: bde END