From 39593d2f1aab1355d61b75c041b31a88d2043a04 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 18:38:56 +0000 Subject: struct fd -> struct file --- pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pipe.c') diff --git a/pipe.c b/pipe.c index a1c9001..2864432 100644 --- a/pipe.c +++ b/pipe.c @@ -19,7 +19,7 @@ struct pipe { }; int -pipe_alloc(struct fd **fd1, struct fd **fd2) +pipe_alloc(struct file **fd1, struct file **fd2) { *fd1 = *fd2 = 0; struct pipe *p = 0; -- cgit v1.2.3