From d6b20251f0094661b32b08973f536102d6e9dfeb Mon Sep 17 00:00:00 2001
From: rsc <rsc>
Date: Wed, 6 Sep 2006 19:47:07 +0000
Subject: [PATCH] fd.c -> file.c

---
 defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab