diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-21 18:08:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-21 18:08:35 +0000 |
commit | 85e8642bae3bc4a5c7d9ebc417863bf481a387c5 (patch) | |
tree | d68c66cc3c76fa2d29e01687c3e926924b23acaa /init/init.c | |
parent | 19cdbb5cd8a6f63fb893efbe57a6a09eca85816e (diff) |
Formerly init.c.~30~
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 0533a065..fde5ba0f 100644 --- a/init/init.c +++ b/init/init.c @@ -420,7 +420,7 @@ launch_system (void) mach_port_t old; mach_port_t authproc, fsproc; char shell[] = "/bin/sh"; - char pipes[] = "/hurd/pipes\0/servers/sockets/1"; + char pipes[] = "/hurd/pipes\0/servers/socket/1"; /* Reply to the proc and auth servers. */ startup_procinit_reply (procreply, procreplytype, 0, |