summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/paths.h4
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.