summaryrefslogtreecommitdiff
path: root/pipe.c
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-06 18:40:28 +0000
committerrsc <rsc>2006-09-06 18:40:28 +0000
commit9936bffa45c928ead9660a0df32d08a50b2b09c2 (patch)
tree096bfa5d4ce6dacdb540938beba5932b85a7815a /pipe.c
parent39593d2f1aab1355d61b75c041b31a88d2043a04 (diff)
downloadxv6-labs-9936bffa45c928ead9660a0df32d08a50b2b09c2.tar.gz
xv6-labs-9936bffa45c928ead9660a0df32d08a50b2b09c2.tar.bz2
xv6-labs-9936bffa45c928ead9660a0df32d08a50b2b09c2.zip
fd.* -> file.*
Diffstat (limited to 'pipe.c')
-rw-r--r--pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe.c b/pipe.c
index 2864432..3b2f6b8 100644
--- a/pipe.c
+++ b/pipe.c
@@ -4,7 +4,7 @@
#include "mmu.h"
#include "proc.h"
#include "defs.h"
-#include "fd.h"
+#include "file.h"
#include "spinlock.h"
#define PIPESIZE 512