diff options
Diffstat (limited to 'pipe.c')
-rw-r--r-- | pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ #include "param.h" #include "mmu.h" #include "proc.h" +#include "fs.h" #include "file.h" #include "spinlock.h" @@ -72,7 +73,7 @@ pipeclose(struct pipe *p, int writable) release(&p->lock); } -//PAGEBREAK: 30 +//PAGEBREAK: 40 int pipewrite(struct pipe *p, char *addr, int n) { |