Changeset 852b801 in mainline for uspace/srv/fs/devfs/devfs.c
- Timestamp:
- 2009-06-28T18:59:02Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75160a6
- Parents:
- 4198f9c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/devfs/devfs.c
r4198f9c3 r852b801 80 80 devfs_open_node(callid, &call); 81 81 break; 82 case VFS_OUT_ DEVICE:83 devfs_ device(callid, &call);82 case VFS_OUT_STAT: 83 devfs_stat(callid, &call); 84 84 break; 85 85 case VFS_OUT_READ:
Note:
See TracChangeset
for help on using the changeset viewer.