From a77947f5bb9ef38b0f1fc6a2a5b500fa6ade601e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 27 Sep 2006 14:19:16 +0000 Subject: kill: fix bugs (kill -l output was horrible), fix style, constify data --- include/libbb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 2a5b38144..05927f1de 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -357,8 +357,8 @@ char *dirname (char *path); int bb_make_directory (char *path, long mode, int flags); -int get_signum(char *name); -char *get_signame(int number); +int get_signum(const char *name); +const char *get_signame(int number); char *bb_simplify_path(const char *path); -- cgit v1.2.3