diff options
| author | Miguel <m.i@gmx.at> | 2018-09-28 00:29:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-28 00:29:02 +0200 |
| commit | 9a29d452d03a63f39a80c0640b7747d8508568e2 (patch) | |
| tree | 05adc15fac805f019af21107a7e3d84135f483f9 /fs/pipe.c | |
| parent | b3ec24b054fe36c7368048c3f1d0c46ed8fbb55e (diff) | |
moved mouse and kb, fixed mouse a bit
Diffstat (limited to 'fs/pipe.c')
| -rw-r--r-- | fs/pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,14 +17,13 @@ fd pipe_file_open(mount *m,char *path) return a; } +/* int pipe_read_dir(mount *m,char *path, fs_dirent *dirs, uint32_t *pos) { - /* if(*pos>=count)return 0; memcpy(dirs->name,names[*pos],strlen(names[*pos])+1); *pos+=1; return 1; - */ return 0; } @@ -37,3 +36,4 @@ void pipe_mount(char* path) m.mount_read_dir=pipe_read_dir; mount_add(m); } +*/ |
