Changeset 907bb49 in mainline for uspace/app
- Timestamp:
- 2009-03-18T22:22:31Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 266daf5a
- Parents:
- eada065e
- Location:
- uspace/app
- Files:
-
- 3 edited
-
init/init.c (modified) (1 diff)
-
klog/klog.c (modified) (1 diff)
-
tetris/input.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
reada065e r907bb49 45 45 #include <malloc.h> 46 46 #include <macros.h> 47 #include <console.h> 47 48 #include "init.h" 48 49 #include "version.h" -
uspace/app/klog/klog.c
reada065e r907bb49 42 42 #include <sysinfo.h> 43 43 #include <io/stream.h> 44 #include <console.h> 44 45 #include <errno.h> 45 46 -
uspace/app/tetris/input.c
reada065e r907bb49 59 59 #include <async.h> 60 60 #include <ipc/console.h> 61 #include <console.h> 61 62 #include <kbd/kbd.h> 62 63 … … 115 116 again: 116 117 if (!getchar_inprog) { 117 cons_phone = get_console_phone();118 cons_phone = console_phone_get(); 118 119 getchar_inprog = async_send_2(cons_phone, 119 120 CONSOLE_GETKEY, 0, 0, &charcall);
Note:
See TracChangeset
for help on using the changeset viewer.
