diff options
author | rsc <rsc> | 2006-09-06 19:47:07 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-09-06 19:47:07 +0000 |
commit | d6b20251f0094661b32b08973f536102d6e9dfeb (patch) | |
tree | c38eb8bd1f39443cd6c9716fb30a4d94bb743ff8 | |
parent | 26dfb4c80df3b6cada200477d9a1b694a1232d80 (diff) | |
download | xv6-labs-d6b20251f0094661b32b08973f536102d6e9dfeb.tar.gz xv6-labs-d6b20251f0094661b32b08973f536102d6e9dfeb.tar.bz2 xv6-labs-d6b20251f0094661b32b08973f536102d6e9dfeb.zip |
fd.c -> file.c
-rw-r--r-- | defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ void pipe_close(struct pipe*, int); int pipe_write(struct pipe*, char*, int); int pipe_read(struct pipe*, char*, int); -// fd.c +// file.c struct stat; void fileinit(void); int fdalloc(void); |