On Thu, Mar 07, 2013 at 11:27:17PM +0000, Sami Kerola wrote: > Sami Kerola (7): > kill: add long options > kill: align with howto-usage-function.txt > kill: use libc error printing facilities and exit values > kill, procs: fix coding style > kill, procs: move function declarations to kill.h Not applied this one. The include/ headers are usually for lib/ stuff. The another reason that the misc-util/proc.c code would be better to move to lib/procutils.c (after some refactoring) -- I'll do that. > kill, procs: use pid_t for pids > docs: add long options and tidy up kill.1 > > misc-utils/kill.1 | 88 ++++++----- > misc-utils/kill.c | 442 ++++++++++++++++++++++++++--------------------------- > misc-utils/kill.h | 8 +- > misc-utils/procs.c | 170 +++++++++++---------- > 4 files changed, 360 insertions(+), 348 deletions(-) Applied, thanks. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html