diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-19 08:13:26 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-22 09:02:17 +0200 |
commit | 0ef49e125811ddb750403f02a091fd892b595fdf (patch) | |
tree | 74ef0a098e3afd35ec13de407dad98960e5952df /hurd/paths.h | |
parent | 3628f1479b9fb77bed1ba4ab8e93ee98e14d9960 (diff) |
hurd: add symbolic name for the mtab translator
* hurd/paths.h (_HURD_MTAB): New macro.
* procfs/rootdir.c (rootdir_mounts_get_translator): Use the new macro.
(rootdir_mounts_exists): Likewise.
Diffstat (limited to 'hurd/paths.h')
-rw-r--r-- | hurd/paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/paths.h b/hurd/paths.h index 48771325..92875b2b 100644 --- a/hurd/paths.h +++ b/hurd/paths.h @@ -52,5 +52,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _HURD_FIFO _HURD "fifo" /* S_IFIFO */ #define _HURD_IFSOCK _HURD "ifsock" /* S_IFSOCK */ +/* Symbolic names for all non-essential translators. */ +#define _HURD_MTAB _HURD "mtab" #endif /* hurd/paths.h */ |