From 93a6df25e8103ad1ddc9cd9592934a63761e0fab Mon Sep 17 00:00:00 2001 From: "Kenneth D. Merry" Date: Mon, 16 Nov 1998 00:05:46 +0000 Subject: [PATCH] Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0) PR: i386/8688 Submitted by: Bill Trost --- usr.bin/tcopy/pathnames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/tcopy/pathnames.h b/usr.bin/tcopy/pathnames.h index a36921e2a4a7..7c08559137d6 100644 --- a/usr.bin/tcopy/pathnames.h +++ b/usr.bin/tcopy/pathnames.h @@ -33,4 +33,4 @@ * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ -#define _PATH_DEFTAPE "/dev/rst0" +#define _PATH_DEFTAPE "/dev/rsa0"