kill: No need for const int

This commit is contained in:
sin 2015-03-19 10:45:58 +00:00
parent 9fdef90feb
commit 756f729172
1 changed files with 1 additions and 1 deletions

2
kill.c
View File

@ -34,7 +34,7 @@ sig2name(const int sig)
return NULL; /* not reached */
}
const int
int
name2sig(const char *name)
{
size_t i;