Changeset e2ea8d7e in mainline for uspace/app/bdsh/input.c
- Timestamp:
- 2008-08-27T05:36:12Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b4b7b6
- Parents:
- b510d52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/input.c
rb510d52 re2ea8d7e 47 47 void cli_restricted(char *cmd) 48 48 { 49 cli_verbose("%s is not available in %s mode\n", cmd,49 printf("%s is not available in %s mode\n", cmd, 50 50 cli_interactive ? "interactive" : "non-interactive"); 51 51
Note:
See TracChangeset
for help on using the changeset viewer.