From: rsc Date: Wed, 6 Sep 2006 19:47:07 +0000 (+0000) Subject: fd.c -> file.c X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=d6b20251f0094661b32b08973f536102d6e9dfeb;p=cs3210-lab1.git fd.c -> file.c --- diff --git a/defs.h b/defs.h index e05782d..85f0085 100644 --- 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);