Changes in uspace/app/bdsh/scli.c [b7fd2a0:582a0b8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.c
rb7fd2a0 r582a0b8 98 98 int main(int argc, char *argv[]) 99 99 { 100 errno_t ret = 0;100 int ret = 0; 101 101 102 102 stdiostate.stdin = stdin;
Note:
See TracChangeset
for help on using the changeset viewer.