Justus Winter, le Fri 08 Nov 2013 21:24:11 +0100, a écrit :
> Remove the declaration of count_up and strore_pid from proc.h. The
> functions are defined as nested functions in S_proc_getallpids, there
> is no need to declare them. Furthermore, the declaration does not
> match the definition.
Ack
Remove the declaration of count_up and strore_pid from proc.h. The
functions are defined as nested functions in S_proc_getallpids, there
is no need to declare them. Furthermore, the declaration does not
match the definition.
* proc/proc.h: Remove declaration of count_up and strore_pid.
---
proc/p