diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-06 00:08:33 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-06 00:08:33 +0000 |
commit | 54e27a2c14b9d650249876ce1f1c85c07a997d03 (patch) | |
tree | 53c49ebdba18d2ca6b676b26f2713d4bed4c323c /boot/ChangeLog | |
parent | 84c05469b0378c17726a054d7486943ef197b423 (diff) | |
download | hurd-54e27a2c14b9d650249876ce1f1c85c07a997d03.tar.gz hurd-54e27a2c14b9d650249876ce1f1c85c07a997d03.tar.bz2 hurd-54e27a2c14b9d650249876ce1f1c85c07a997d03.zip |
Mon Jul 5 20:04:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
* boot.c (load_image): Fix typo in cast. Reported by Yamashita
TAKAO <jargon@lares.dti.ne.jp>.
Diffstat (limited to 'boot/ChangeLog')
-rw-r--r-- | boot/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog index 0dfa5592..ad8a304c 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 5 20:04:06 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * boot.c (load_image): Fix typo in cast. Reported by Yamashita + TAKAO <jargon@lares.dti.ne.jp>. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * boot.c (load_image): Use munmap instead of vm_deallocate when |