From ad3a8d908d0eec9616a0dfc33d0e5a7ad4aca92a Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 31 May 2000 00:51:57 +0000 Subject: /dev/rXXX -> /dev/XXX This should fix sysinstall and other tools that don't expect the 'r' devices to exist anymore (and thus don't create them). --- lib/libdisk/write_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libdisk/write_disk.c') diff --git a/lib/libdisk/write_disk.c b/lib/libdisk/write_disk.c index 3e8ad8a89a59..2d15434e3ba7 100644 --- a/lib/libdisk/write_disk.c +++ b/lib/libdisk/write_disk.c @@ -181,7 +181,7 @@ Write_Disk(struct disk *d1) int one = 1; int zero = 0; - strcpy(device,"/dev/r"); + strcpy(device,"/dev/"); strcat(device,d1->name); #ifdef PC98 -- cgit v1.3