diff options
Diffstat (limited to 'fs/pipe.c')
| -rw-r--r-- | fs/pipe.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |
