FIXME note

This commit is contained in:
Andrea Orru 2018-04-13 11:10:36 -07:00
parent c5f088e52c
commit d2c672ab0c

View File

@ -93,6 +93,7 @@ pub fn read(fd: i32, buf: &u8, count: usize) usize {
while (i < count) : (i += 1) {
send(Message.to(Server.Keyboard, 0));
// FIXME: we should be certain that we are receiving from Keyboard.
var message = Message.from(MailboxId.This);
receive(&message);