From 9936bffa45c928ead9660a0df32d08a50b2b09c2 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 18:40:28 +0000 Subject: fd.* -> file.* --- syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syscall.c') diff --git a/syscall.c b/syscall.c index f75714a..4cff057 100644 --- a/syscall.c +++ b/syscall.c @@ -12,7 +12,7 @@ #include "fs.h" #include "fsvar.h" #include "elf.h" -#include "fd.h" +#include "file.h" #include "fcntl.h" // User code makes a system call with INT T_SYSCALL. -- cgit v1.2.3