From a77287e9244ae5dac7060c0b8817bc195325af0c Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Wed, 24 Jul 2019 13:33:43 -0400 Subject: no more PAGEBREAK --- kernel/pipe.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/pipe.c') diff --git a/kernel/pipe.c b/kernel/pipe.c index 2fcb2ee..c3a8acf 100644 --- a/kernel/pipe.c +++ b/kernel/pipe.c @@ -45,7 +45,6 @@ pipealloc(struct file **f0, struct file **f1) (*f1)->pipe = pi; return 0; -//PAGEBREAK: 20 bad: if(pi) kfree((char*)pi); @@ -74,7 +73,6 @@ pipeclose(struct pipe *pi, int writable) release(&pi->lock); } -//PAGEBREAK: 40 int pipewrite(struct pipe *pi, uint64 addr, int n) { -- cgit v1.2.3