Changeset b19e892 in mainline for uspace/drv/bus/isa/isa.c
- Timestamp:
- 2017-04-02T10:39:13Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c4cf0d
- Parents:
- 80743a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.c
r80743a1 rb19e892 51 51 #include <malloc.h> 52 52 #include <dirent.h> 53 #include <fcntl.h>54 53 #include <ipc/irc.h> 55 54 #include <ipc/services.h> … … 256 255 struct stat st; 257 256 258 fd = open(conf_path, O_RDONLY);257 fd = vfs_lookup_open(conf_path, WALK_REGULAR, MODE_READ); 259 258 if (fd < 0) { 260 259 ddf_msg(LVL_ERROR, "Unable to open %s", conf_path);
Note:
See TracChangeset
for help on using the changeset viewer.