Changeset 39330200 in mainline for uspace/app/init/init.c
- Timestamp:
- 2018-01-15T21:40:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba29018
- Parents:
- d8023313
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-15 21:20:07)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-15 21:40:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
rd8023313 r39330200 152 152 static errno_t srv_startl(const char *path, ...) 153 153 { 154 struct stat s;154 vfs_stat_t s; 155 155 if (vfs_stat_path(path, &s) != EOK) { 156 156 printf("%s: Unable to stat %s\n", NAME, path);
Note:
See TracChangeset
for help on using the changeset viewer.