summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1992-02-01 08:34:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1992-02-01 08:34:41 +0000
commit3944a90200c42bfe80eb7f9a16bfaea242ed8dce (patch)
treed772c08990ad2babe5ecccc43b963148d1fdccbd /hurd
parenta6dbf54323dd375ea77a64e482b7fc1b4b20aa00 (diff)
Formerly paths.h.~7~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/paths.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hurd/paths.h b/hurd/paths.h
index 3f076f5f..4eb39263 100644
--- a/hurd/paths.h
+++ b/hurd/paths.h
@@ -28,6 +28,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define _SERVERS_STARTUP "/servers/startup"
#define _SERVERS_PROC "/servers/proc"
+/* Directory containing naming points for socket servers.
+ Entries are named by the string representing the domain number
+ in simple decimal (e.g. "/servers/socket/23"). */
+#define _SERVERS_SOCKET "/servers/socket"
+
/* Hurd servers are specified by symbols _HURD_FOO,
the canonical pathname being /hurd/foo. */