summaryrefslogtreecommitdiff
path: root/fs/pipe.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-20 10:46:00 +0200
committerMiguel <m.i@gmx.at>2018-09-20 10:46:00 +0200
commit763f85c55fdb5a2c4f5bf98e4989a69d27da6e4f (patch)
treeb9be12d5c20ee1c5cc006b09a6a1584880c15928 /fs/pipe.c
parent631fdbefc89a6202c5b8e2bf0e15a6ca7df809ef (diff)
pipes do not work :(
Diffstat (limited to 'fs/pipe.c')
-rw-r--r--fs/pipe.c4
1 files changed, 3 insertions, 1 deletions
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;