]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the block/char device distinction. badsect only worked on bdevs,
authorAdrian Chadd <adrian@FreeBSD.org>
Thu, 9 Nov 2000 09:03:19 +0000 (09:03 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Thu, 9 Nov 2000 09:03:19 +0000 (09:03 +0000)
commit9934b00e8466b567a1f526b46cc887cc1132161d
tree7de814443f724599300bd16f6959a21a5a323805
parent806d7daafe9953ef3f37c1ced4f10e9fb7ec6f31
Remove the block/char device distinction. badsect only worked on bdevs,
and then mapped /dev/foo into /dev/rfoo to get to the character device.
This isn't needed anymore.

Reviewed by: ps
sbin/badsect/badsect.c