Changeset 241f1985 in mainline for uspace/srv/devman/driver.c


Ignore:
Timestamp:
2019-08-31T10:45:17Z (5 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/devman/driver.c

    rf92b315 r241f1985  
    3434#include <dirent.h>
    3535#include <errno.h>
    36 #include <fcntl.h>
    3736#include <io/log.h>
    3837#include <vfs/vfs.h>
     38#include <dirent.h>
    3939#include <loc.h>
    4040#include <stdio.h>
    4141#include <str_error.h>
    42 #include <sys/stat.h>
    4342#include <sysman/ctl.h>
    4443#include <task.h>
Note: See TracChangeset for help on using the changeset viewer.