Changeset 241f1985 in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2019-08-31T10:45:17Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

Correcting failure from previous merge

The commits from Michal Koutný from the branch system-daemon
where built on a old version of Helenos. Because of this
many types and API functions have changed. This commit
upgrades the merge code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    rf92b315 r241f1985  
    5656#include <entry_point.h>
    5757#include <errno.h>
    58 #include <fcntl.h>
    5958#include <fibril_synch.h>
    6059#include <ipc/loader.h>
     
    6261#include <ns.h>
    6362#include <str.h>
    64 #include <sys/types.h>
    6563#include <task.h>
    6664#include <taskman.h>
    67 #include <unistd.h>
    6865#include <vfs/vfs.h>
    6966#include <vfs/inbox.h>
Note: See TracChangeset for help on using the changeset viewer.