summaryrefslogtreecommitdiff
path: root/fs/pipe.c
diff options
context:
space:
mode:
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;