Re: [PATCH] prototype: runsystem as pid 1

2013-07-26 Thread Samuel Thibault
Justus Winter, le Fri 26 Jul 2013 09:18:22 +0200, a écrit : > Quoting Samuel Thibault (2013-07-25 22:52:44) > > Justus Winter, le Thu 25 Jul 2013 22:41:09 +0200, a écrit : > > > - err = proc_getmsgport (procserver, 1, &startup); > > > + err = proc_getmsgport (procserver, 2, &startup); > > > > Ma

Re: [PATCH] prototype: runsystem as pid 1

2013-07-26 Thread Justus Winter
Quoting Samuel Thibault (2013-07-25 22:52:44) > Justus Winter, le Thu 25 Jul 2013 22:41:09 +0200, a écrit : > > - err = proc_getmsgport (procserver, 1, &startup); > > + err = proc_getmsgport (procserver, 2, &startup); > > Maybe make it a #define, so it'll be easier to change next time? :) With

Re: [PATCH] prototype: runsystem as pid 1

2013-07-25 Thread Samuel Thibault
Justus Winter, le Thu 25 Jul 2013 22:41:09 +0200, a écrit : > - err = proc_getmsgport (procserver, 1, &startup); > + err = proc_getmsgport (procserver, 2, &startup); Maybe make it a #define, so it'll be easier to change next time? :) Samuel

[PATCH] prototype: runsystem as pid 1

2013-07-25 Thread Justus Winter
--- exec/main.c |2 +- hurd/process.defs|7 +++ init/Makefile|2 +- init/init.c |8 ++-- libdiskfs/boot-start.c |2 +- libdiskfs/init-startup.c |2 +- pfinet/main.c|2 +- proc/main.c |6