Bruce Evans 0453d3cbb3 Changed some memcpy()'s back to 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.
1996-06-08 08:19:03 +00:00
..
1995-05-30 08:16:23 +00:00
1996-04-03 13:52:20 +00:00
1996-06-02 00:15:19 +00:00
1995-05-30 08:16:23 +00:00