This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit e65dc371a1c421dcfe4b6bbf2f937ae7ef5a563d Author: Justus Winter <4win...@informatik.uni-hamburg.de> Date: Wed Nov 6 14:53:37 2013 +0100 proc: fix the declaraton of genpid * proc/proc.h (genpid): Fix declaration. --- proc/proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc/proc.h b/proc/proc.h index 5615f77..dcfc0db 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -164,7 +164,7 @@ void prociterate (void (*)(struct proc *, void *), void *); void free_process (struct proc *); void panic (char *); int valid_task (task_t); -int genpid (); +int genpid (void); void abort_getmsgport (struct proc *); int zombie_check_pid (pid_t); void check_message_dying (struct proc *, struct proc *); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git