diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-21 22:09:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-21 22:09:52 +0000 |
commit | 773b2a1735109b2146a345a961295ea623f6b10e (patch) | |
tree | ced537f0461ac70be1519787bde220006dd653a8 /hurd/paths.h | |
parent | d8312c6aacd7d06416947cccd0549c6d615d32aa (diff) |
Formerly paths.h.~11~
Diffstat (limited to 'hurd/paths.h')
-rw-r--r-- | hurd/paths.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/paths.h b/hurd/paths.h index 7fa1cfad..2d2ff52a 100644 --- a/hurd/paths.h +++ b/hurd/paths.h @@ -1,5 +1,5 @@ /* Standard Hurd pathnames. - Copyright (C) 1992 Free Software Foundation, Inc. + Copyright (C) 1992, 1994 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -40,6 +40,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _HURD "/hurd/" #define _HURD_INIT _HURD "init" +#define _HURD_PROC _HURD "proc" +#define _HURD_AUTH _HURD "auth" /* Standard translators for special node types. These pathnames are used by the C library. |