Change bcopy to memcpy in the i386 version of the VIA PadLock driver.
authorfcambus <fcambus@openbsd.org>
Thu, 14 Dec 2017 09:14:30 +0000 (09:14 +0000)
committerfcambus <fcambus@openbsd.org>
Thu, 14 Dec 2017 09:14:30 +0000 (09:14 +0000)
commit2d571156c2dd0f1f97aa22b0b9a5b5f1b6dae39e
tree443db317851d72ad18cc4551f8beeca7562ac778
parent6ec80385f8d1708c4cd11f88a2f05cbe54621096
Change bcopy to memcpy in the i386 version of the VIA PadLock driver.
It was done a while ago in the amd64 version.

OK mlarkin@, deraadt@, dlg@
sys/arch/i386/i386/via.c