xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d6b20251f0094661b32b08973f536102d6e9dfeb
parent 26dfb4c80df3b6cada200477d9a1b694a1232d80
Author: rsc <rsc>
Date:   Wed,  6 Sep 2006 19:47:07 +0000

fd.c -> file.c

Diffstat:
Mdefs.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defs.h b/defs.h @@ -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);