Changeset 5582f285 in mainline
- Timestamp:
 - 2021-08-16T08:01:23Z (4 years ago)
 - Children:
 - d6a9824
 - Parents:
 - 5ec0e42
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/app/bdsh/input.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/app/bdsh/input.c
r5ec0e42 r5582f285 107 107 } 108 108 109 static errno_t replace_alias(token_t * tokens, unsigned int tokens_start, unsigned int tokens_len, alias_t *data, char **cmd, char **line)109 static errno_t replace_alias(token_t *tokens, unsigned int tokens_start, unsigned int tokens_len, alias_t *data, char **cmd, char **line) 110 110 { 111 111 errno_t rc = EOK;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  