This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 31d394232eb8544154198ec3de7328ab1a6b82a6 Author: Justus Winter <[email protected]> Date: Sun Nov 24 23:30:08 2013 +0100 proc: update comments * proc/main.c (main): Update comment. The proc server is no longer PID 0. * proc/proc.h: Likewise. --- proc/main.c | 2 +- proc/proc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proc/main.c b/proc/main.c index 73abbc0..6b18737 100644 --- a/proc/main.c +++ b/proc/main.c @@ -84,7 +84,7 @@ main (int argc, char **argv, char **envp) /* Create the initial proc object for init (PID 1). */ startup_proc = create_startup_proc (); - /* Create our own proc object (we are PID 0). */ + /* Create our own proc object. */ self_proc = allocate_proc (mach_task_self ()); assert (self_proc); diff --git a/proc/proc.h b/proc/proc.h index dcfc0db..d528a7d 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -133,7 +133,7 @@ struct exc }; mach_port_t authserver; -struct proc *self_proc; /* process 0 (us) */ +struct proc *self_proc; /* process HURD_PID_PROC (us) */ struct proc *startup_proc; /* process 1 (init) */ struct port_bucket *proc_bucket; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
