diff options
Diffstat (limited to 'sysfile.c')
-rw-r--r-- | sysfile.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +// +// File-system system calls. +// Mostly argument checking, since we don't trust +// user code, and calls into file.c and fs.c. +// + #include "types.h" #include "defs.h" #include "param.h" |