]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For reasons now lost in historical fog, the bounds_check_with_label()
authorPoul-Henning Kamp <phk@FreeBSD.org>
Fri, 20 Sep 2002 17:51:00 +0000 (17:51 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Fri, 20 Sep 2002 17:51:00 +0000 (17:51 +0000)
commit6fb3d70418f6085121f617a1662d4d98cbf660d2
treedbeca777ba2b4bd9cb736990b6598d6cd54fcfc6
parent2e45c1b191f0c363c6805cac8316596fe0c333e0
For reasons now lost in historical fog, the bounds_check_with_label()
function were put in i386/i386/machdep.c from where it has been
cut and pasted to other architectures with only minor corruption.

Disklabel is really a MI format in many ways, at least it certainly
is when you operate on struct disklabel.

Put bounds_check_with_label() back in subr_disklabel.c where it belongs.

Sponsored by:   DARPA & NAI Labs.
sys/alpha/alpha/machdep.c
sys/amd64/amd64/machdep.c
sys/i386/i386/machdep.c
sys/ia64/ia64/machdep.c
sys/kern/subr_disklabel.c
sys/pc98/i386/machdep.c
sys/pc98/pc98/machdep.c