summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-17 22:44:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-17 22:44:12 +0000
commit83707b8903a13e4941fb50bd134bf632aac4c228 (patch)
tree9623fb56726adbd3e7b4904e7f6abeccef3a14ca /boot
parent7336599dcc79bda8f8da2d908e8ab39556a0ef5b (diff)
Formerly boot.c.~21~
Diffstat (limited to 'boot')
-rw-r--r--boot/boot.c2
1 files changed, 1 insertions, 1 deletions
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);
}