Rev 2770 | Rev 4444 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2770 | Rev 3109 | ||
---|---|---|---|
Line 70... | Line 70... | ||
70 | vfs_pair_t *root; |
70 | vfs_pair_t *root; |
71 | 71 | ||
72 | if (altroot) |
72 | if (altroot) |
73 | root = altroot; |
73 | root = altroot; |
74 | else |
74 | else |
75 | root = (vfs_pair_t *) &rootfs; |
75 | root = &rootfs; |
76 | 76 | ||
77 | if (!root->fs_handle) |
77 | if (!root->fs_handle) |
78 | return ENOENT; |
78 | return ENOENT; |
79 | 79 | ||
80 | size_t len; |
80 | size_t len; |