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