diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-21 22:33:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-21 22:33:46 +0000 |
commit | 8859d13a0e159ac616349ab7eeea56ce99adc8fb (patch) | |
tree | 3b6f6efc872588ddf37210850d150fb3cec14549 /init/init.c | |
parent | b9ab362703a128add14d9dcf591b1e8e3a641acd (diff) |
Formerly init.c.~34~
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init/init.c b/init/init.c index ffe3b125..661c1e23 100644 --- a/init/init.c +++ b/init/init.c @@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdlib.h> #include <hurd/msg.h> -#include "startup_reply.h" +#include "startup_reply_U.h" #include "startup_S.h" #include "notify_S.h" @@ -345,10 +345,10 @@ static int demuxer (mach_msg_header_t *inp, mach_msg_header_t *outp) { - extern int notify_server (), S_startup_server (); + extern int notify_server (), startup_server (); return (notify_server (inp, outp) || - S_startup_server (inp, outp)); + startup_server (inp, outp)); } int |