Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4491 → Rev 4492

/trunk/uspace/lib/libc/generic/task.c
100,10 → 100,10
/* Send default files */
inode_t *files[4];
inode_t stdin_node;
inode_t stdout_node;
inode_t stderr_node;
fdi_node_t *files[4];
fdi_node_t stdin_node;
fdi_node_t stdout_node;
fdi_node_t stderr_node;
if ((stdin != NULL) && (stdin != &stdin_null)) {
fnode(stdin, &stdin_node);