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
..
1994-08-21 05:11:48 +00:00
1996-02-06 18:51:28 +00:00
1996-02-06 18:51:28 +00:00
1994-11-16 02:16:18 +00:00
1995-05-30 08:16:23 +00:00
1996-05-26 22:05:36 +00:00
1995-02-25 15:57:55 +00:00
1996-02-06 18:51:28 +00:00
1995-04-29 15:24:00 +00:00