From 763f85c55fdb5a2c4f5bf98e4989a69d27da6e4f Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 20 Sep 2018 10:46:00 +0200 Subject: pipes do not work :( --- fs/pipe.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fs/pipe.c') diff --git a/fs/pipe.c b/fs/pipe.c index cbba7a9..3802851 100644 --- a/fs/pipe.c +++ b/fs/pipe.c @@ -5,8 +5,10 @@ #include "lib/string/string.h" -/* mount interface */ +#define MAX_PIPES 100 + +/* mount interface */ fd pipe_file_open(mount *m,char *path) { fd a; -- cgit v1.2.3