> > diff -u -p dev/ic/adw.c
> > [...]
> > +   bcopy(xs->cmd, &scsiqp->cdb, MIN(xs->cmdlen, 12));
> > [...]
> 
> Is there any reson you use bcopy() not memcpy()?
> If not considder using memcpy() please. :)

Is there any reason you advocate memcpy() over bcopy()?

If not, consider advocating the more intuitive semantics of bcopy()
please.

Miod

Reply via email to