Changeset 241f1985 in mainline for uspace/srv/loader/main.c
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
rf92b315 r241f1985 56 56 #include <entry_point.h> 57 57 #include <errno.h> 58 #include <fcntl.h>59 58 #include <fibril_synch.h> 60 59 #include <ipc/loader.h> … … 62 61 #include <ns.h> 63 62 #include <str.h> 64 #include <sys/types.h>65 63 #include <task.h> 66 64 #include <taskman.h> 67 #include <unistd.h>68 65 #include <vfs/vfs.h> 69 66 #include <vfs/inbox.h>
Note:
See TracChangeset
for help on using the changeset viewer.