diff options
-rw-r--r-- | hurd/paths.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hurd/paths.h b/hurd/paths.h index f81b44c1..1edd56a8 100644 --- a/hurd/paths.h +++ b/hurd/paths.h @@ -23,8 +23,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Port rendezvous points are specified by symbols _SERVERS_FOO, the canonical pathname being /servers/foo. */ -#define _SERVERS_CORE "/servers/core" -#define _SERVERS_EXEC "/servers/exec" +#define _SERVERS_CORE "/servers/core" +#define _SERVERS_EXEC "/servers/exec" #define _SERVERS_STARTUP "/servers/startup" @@ -38,5 +38,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 */ |