Changeset bdb9ea8 in mainline


Ignore:
Timestamp:
2006-05-16T23:32:39Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd5a663
Parents:
8497711
Message:

kernel changes for uspace FB driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/syscall/syscall.c

    r8497711 rbdb9ea8  
    5050static __native sys_io(int fd, const void * buf, size_t count) {
    5151       
     52        return count; /*Syscall deprecated*/
    5253        // TODO: buf sanity checks and a lot of other stuff ...
    53 
     54/*
    5455        size_t i;
    5556       
     
    5758                putchar(((char *) buf)[i]);
    5859       
    59         return count;
     60        return count;*/
    6061}
    6162
Note: See TracChangeset for help on using the changeset viewer.