Justus Winter, le Tue 11 Feb 2014 17:13:07 +0100, a écrit :
> * hurd/fs.defs: Add file_get_children and file_get_source.
> * hurd/fsys.defs: Remove fsys_get_children and fsys_get_source.
> * libdiskfs/fsys-get-children.c: Rename and adapt accordingly.
> * libdiskfs/fsys-get-source.c: Likewise.
> *
* hurd/fs.defs: Add file_get_children and file_get_source.
* hurd/fsys.defs: Remove fsys_get_children and fsys_get_source.
* libdiskfs/fsys-get-children.c: Rename and adapt accordingly.
* libdiskfs/fsys-get-source.c: Likewise.
* libnetfs/fsys-get-children.c: Likewise.
* libnetfs/fsys-get-source.c:
Hi :)
when I implemented the mtab stuff last summer I made quite a blunder.
I added fsys_get_{children,source}, but send those messages to ports
associated with nodes, not to control ports. So:
[PATCH 1/6] hurd: fix the get-children and get-source procedures
Removes fsys_get_{children,source