diff options
author | Michael I. Bushnell <mib@gnu.org> | 1992-01-06 23:55:38 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1992-01-06 23:55:38 +0000 |
commit | d35bb82f841ccf1f43acc2574a403c577acfadb3 (patch) | |
tree | 2227148b84d7cf4995d8c1ca685f791894e53959 /hurd/paths.h | |
parent | df11449be03fb7113f70df25d55e946669c8f902 (diff) |
Formerly paths.h.~5~
Diffstat (limited to 'hurd/paths.h')
-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 */ |