K 10 svn:author V 3 bde K 8 svn:date V 27 1996-06-08T08:18:00.000000Z K 7 svn:log V 265 Replaced some memcpy()'s by bcopy()'s. gcc only inlines memcpy()'s whose count is constant and didn't inline these. I want memcpy() in the kernel go away so that it's obvious that it doesn't need to be optimized. Now it is only used for one struct copy in si.c. END