Changeset 422fd81 in mainline
- Timestamp:
- 2009-04-24T14:56:46Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c07544d3
- Parents:
- 3c101bd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/console.c
r3c101bd4 r422fd81 125 125 void grab_console(void) 126 126 { 127 bool prev = silent; 128 127 129 silent = false; 128 130 arch_grab_console(); 129 131 130 132 /* Force the console to print the prompt */ 131 if ( stdin)133 if ((stdin) && (prev)) 132 134 indev_push_character(stdin, '\n'); 133 135 }
Note:
See TracChangeset
for help on using the changeset viewer.