home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LINUX / KHG / IMG69.GIF < prev    next >
Graphics Interchange Format  |  1996-04-01  |  5KB  |  458x405  |  1-bit (2 colors)
Labels: black | darkness
OCR: if ( ! pid) { /* not a process directory but in /proc/ inode->i_mode = S_IFREG | 0444; inode->i_op = &proc_array_inode_operations; switch (ino) case 5: inode->i_op = &proc_kmsg_inode_operations; break; case 8: /* for the net directory */ inode->i_mode = S_IFDIR | 0555; inode->i_op = &proc_net_inode_operations; break; case 9: /* for the foo directory */ inode->i_mode = S_IFDIR | 0555; inode->i_op = &proc_foo_inode_operations; break; default: break; return;