]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Oops, the arguments to a bcopy() were reversed, which broke zeroing
authorIan Dowse <iedowse@FreeBSD.org>
Sun, 30 Dec 2001 18:51:51 +0000 (18:51 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Sun, 30 Dec 2001 18:51:51 +0000 (18:51 +0000)
commit881c9063c744117a0d3fd31bbe4cdde910f48a6b
treeebf849d76b5ccbaa20fe1c65d7c6f13db90007b2
parent734b6a9ee09d71c30ca1aca68029c8b635088f75
Oops, the arguments to a bcopy() were reversed, which broke zeroing
of unused partition entries and later detection of unused entries.

Use memcpy to be consistent with the rest of the code, and fix a
minor style nit.

Submitted by: bde
sbin/fdisk/fdisk.c