Re: [PATCH 03/14] proc: remove declaration of nested functions from proc.h

2013-11-09 Thread Samuel Thibault
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

[PATCH 03/14] proc: remove declaration of nested functions from proc.h

2013-11-08 Thread Justus Winter
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