From 3b7476b40c95cd3cd280363e80a3278f28fa6d23 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 3 Feb 1992 19:10:29 +0000 Subject: Formerly paths.h.~8~ --- hurd/paths.h | 13 +++++++------ 1 file 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 */ -- cgit v1.2.3