summaryrefslogtreecommitdiff
path: root/hurd/paths.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1992-02-03 19:10:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1992-02-03 19:10:29 +0000
commit3b7476b40c95cd3cd280363e80a3278f28fa6d23 (patch)
tree0b12398a215e521bdce55a300dde348848cd9c94 /hurd/paths.h
parent0c5f4642113f532a97864c8ead6a9962512b80f1 (diff)
Formerly paths.h.~8~
Diffstat (limited to 'hurd/paths.h')
-rw-r--r--hurd/paths.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/hurd/paths.h b/hurd/paths.h
index 4eb39263..a9571119 100644
--- a/hurd/paths.h
+++ b/hurd/paths.h
@@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define _SERVERS_EXEC "/servers/exec"
#define _SERVERS_STARTUP "/servers/startup"
#define _SERVERS_PROC "/servers/proc"
+#define _SERVERS_NEWTERM "/servers/newterm"
/* Directory containing naming points for socket servers.
Entries are named by the string representing the domain number
@@ -34,13 +35,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define _SERVERS_SOCKET "/servers/socket"
/* Hurd servers are specified by symbols _HURD_FOO,
- the canonical pathname being /hurd/foo. */
+ the canonical pathname being /libexec/foo. */
/* Standard translators for special node types.
These pathnames are used by the C library.
UFS and perhaps other filesystems short-circuit these translators. */
-#define _HURD_SYMLINK "/hurd/symlink" /* S_IFLNK */
-#define _HURD_CHRDEV "/hurd/chrdev" /* S_IFCHR */
-#define _HURD_BLKDEV "/hurd/blkdev" /* S_IFBLK */
-#define _HURD_FIFO "/hurd/fifo" /* S_IFIFO */
-#define _HURD_IFSOCK "/hurd/ifsock" /* S_IFSOCK */
+#define _HURD_SYMLINK "/libexec/symlink" /* S_IFLNK */
+#define _HURD_CHRDEV "/libexec/chrdev" /* S_IFCHR */
+#define _HURD_BLKDEV "/libexec/blkdev" /* S_IFBLK */
+#define _HURD_FIFO "/libexec/fifo" /* S_IFIFO */
+#define _HURD_IFSOCK "/libexec/ifsock" /* S_IFSOCK */