Changeset 301ff30 in mainline for uspace/lib/libc/generic/vfs/vfs.c


Ignore:
Timestamp:
2009-06-03T22:47:08Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99272a3
Parents:
98000fb
Message:

rename libc's fs_node_t to inode_t to avoid type conflict with VFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/vfs/vfs.c

    r98000fb r301ff30  
    224224}
    225225
    226 int open_node(fs_node_t *node, int oflag)
     226int open_node(inode_t *node, int oflag)
    227227{
    228228        futex_down(&vfs_phone_futex);
     
    333333}
    334334
    335 void fd_node(int fildes, fs_node_t *node)
     335void fd_node(int fildes, inode_t *node)
    336336{
    337337        futex_down(&vfs_phone_futex);
Note: See TracChangeset for help on using the changeset viewer.