From owner-cvs-all Thu Nov 9 1: 3:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A0A637B479; Thu, 9 Nov 2000 01:03:20 -0800 (PST) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA90374; Thu, 9 Nov 2000 01:03:20 -0800 (PST) (envelope-from adrian@FreeBSD.org) Message-Id: <200011090903.BAA90374@freefall.freebsd.org> From: Adrian Chadd Date: Thu, 9 Nov 2000 01:03:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/badsect badsect.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG adrian 2000/11/09 01:03:20 PST Modified files: sbin/badsect badsect.c Log: 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 Revision Changes Path 1.8 +2 -8 src/sbin/badsect/badsect.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message