Changeset 402de0c in mainline
- Timestamp:
- 2009-04-24T08:16:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 821cc93
- Parents:
- 566f4cfb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/console.c
r566f4cfb r402de0c 127 127 silent = false; 128 128 arch_grab_console(); 129 130 /* Force the console to print the prompt */ 131 if (stdin) 132 indev_push_character(stdin, '\n'); 129 133 } 130 134
Note:
See TracChangeset
for help on using the changeset viewer.