kill: fix bugs (kill -l output was horrible), fix style, constify data

This commit is contained in:
Denis Vlasenko
2006-09-27 14:19:16 +00:00
parent be905d550c
commit a77947f5bb
3 changed files with 64 additions and 64 deletions

View File

@ -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);