Changeset 25cfc3d in mainline
- Timestamp:
- 2018-12-11T06:41:05Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3301452
- Parents:
- 506cbf0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/input.c
r506cbf0 r25cfc3d 196 196 /* check if the alias already has been resolved once */ 197 197 if (!find_alias_hup(data, alias_hups)) { 198 alias_hup_t *hup = (alias_hup_t *)calloc(1, sizeof( hup));198 alias_hup_t *hup = (alias_hup_t *)calloc(1, sizeof(alias_hup_t)); 199 199 hup->alias = data; 200 200 list_append(&hup->alias_hup_link, alias_hups);
Note:
See TracChangeset
for help on using the changeset viewer.