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


Ignore:
Timestamp:
2009-06-03T22:47:08Z (16 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/task.c

    r98000fb r301ff30  
    101101       
    102102        /* Send default files */
    103         fs_node_t *files[4];
    104         fs_node_t stdin_node;
    105         fs_node_t stdout_node;
    106         fs_node_t stderr_node;
     103        inode_t *files[4];
     104        inode_t stdin_node;
     105        inode_t stdout_node;
     106        inode_t stderr_node;
    107107       
    108108        if ((stdin != NULL) && (stdin != &stdin_null)) {
Note: See TracChangeset for help on using the changeset viewer.