Select Git revision
-
a2-stratford authored
syscall_open.c line 14: Commented out current code line 18: Changed to create new file struct line 19: Changed to use file struct and brace guard statement line 21: Added return to exit early line 22: Closing brace for guard statement line 23: Commented out old code line 24: Returning pointer to file struct
a2-stratford authoredsyscall_open.c line 14: Commented out current code line 18: Changed to create new file struct line 19: Changed to use file struct and brace guard statement line 21: Added return to exit early line 22: Closing brace for guard statement line 23: Commented out old code line 24: Returning pointer to file struct