Remove some const bullshit

This commit is contained in:
sin 2016-02-08 16:59:19 +00:00
parent 35ca388e9d
commit 9af81fdc65
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ xdirname(const char *path)
}
void
spawn(const char *file, const char *arg, const char *dir)
spawn(char *file, char *arg, char *dir)
{
pid_t pid;
int status;