- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
This commit is contained in:
parent
d9c2d5fe4f
commit
febe3c4211
33 changed files with 67 additions and 67 deletions
|
@ -63,8 +63,8 @@ static void delete_contents(const char *directory)
|
|||
} else unlink(directory);
|
||||
}
|
||||
|
||||
int switch_root_main(int argc, char *argv[]);
|
||||
int switch_root_main(int argc, char *argv[])
|
||||
int switch_root_main(int argc, char **argv);
|
||||
int switch_root_main(int argc, char **argv)
|
||||
{
|
||||
char *newroot, *console=NULL;
|
||||
struct stat st1, st2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue