Changeset 55092672 in mainline for uspace/app
- Timestamp:
- 2018-06-15T13:06:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8338a81
- Parents:
- 1ae9c07
- git-author:
- Jiri Svoboda <jiri@…> (2018-06-14 22:05:23)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-06-15 13:06:18)
- Location:
- uspace/app
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.h
r1ae9c07 r55092672 31 31 32 32 #include "config.h" 33 #include <errno.h> 33 34 #include <stdint.h> 34 35 #include <stdio.h> -
uspace/app/sbi/src/os/os.h
r1ae9c07 r55092672 30 30 #define OS_H_ 31 31 32 #include <errno.h> 33 32 34 char *os_str_acat(const char *a, const char *b); 33 35 char *os_str_aslice(const char *str, size_t start, size_t length); -
uspace/app/untar/main.c
r1ae9c07 r55092672 33 33 */ 34 34 35 #include <errno.h> 35 36 #include <stdio.h> 36 37 #include <stdarg.h>
Note:
See TracChangeset
for help on using the changeset viewer.