bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 07/14] proc: fix the declaraton of genpid


From: Samuel Thibault
Subject: Re: [PATCH 07/14] proc: fix the declaraton of genpid
Date: Sat, 9 Nov 2013 18:59:08 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Fri 08 Nov 2013 21:24:15 +0100, a écrit :
> * proc/proc.h (genpid): Fix declaration.

Ack.

> ---
>  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 *);
> -- 
> 1.7.10.4
> 
> 

-- 
Samuel
Tu as lu les docs. Tu es devenu un informaticien. Que tu le veuilles
ou non. Lire la doc, c'est le Premier et Unique Commandement de
l'informaticien.
-+- TP in: Guide du Linuxien pervers - "L'évangile selon St Thomas"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]