K 10 svn:author V 5 peter K 8 svn:date V 27 2000-09-03T06:04:16.000000Z K 7 svn:log V 353 libkern.h now internally uses the bzero() definition from sys/systm.h. This is kinda important since the bzero symbol on i386 is not a function but a function pointer.. If memset() tried to call it as though it were a function, things would be less than satisfactory. In reality though this was not an actual problem and just caused compile warnings. END