Re: [PATCH 2/6] hurd: add symbolic name for the mtab translator

2014-09-21 Thread Samuel Thibault
Justus Winter, le Sun 21 Sep 2014 12:12:32 +0200, a écrit : > * hurd/paths.h (_HURD_MTAB): New macro. > * procfs/rootdir.c (rootdir_mounts_get_translator): Use the new macro. > (rootdir_mounts_exists): Likewise. Ack. > --- > hurd/paths.h | 2 ++ > procfs/rootdir.c | 7 ++- > 2 files chan

[PATCH 2/6] hurd: add symbolic name for the mtab translator

2014-09-21 Thread Justus Winter
* hurd/paths.h (_HURD_MTAB): New macro. * procfs/rootdir.c (rootdir_mounts_get_translator): Use the new macro. (rootdir_mounts_exists): Likewise. --- hurd/paths.h | 2 ++ procfs/rootdir.c | 7 ++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/hurd/paths.h b/hurd/paths.h in