From 83707b8903a13e4941fb50bd134bf632aac4c228 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 17 May 1994 22:44:12 +0000 Subject: Formerly boot.c.~21~ --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot/boot.c b/boot/boot.c index a4b31665..75f59373 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -714,7 +714,7 @@ ds_device_write (device_t device, } #endif - *bytes_written = write (1, (void *)(vm_address_t)*data, datalen); + *bytes_written = write (1, data, datalen); return (*bytes_written == -1 ? D_IO_ERROR : D_SUCCESS); } -- cgit v1.2.3