Chromium Code Reviews| Index: ports/openssh/nacl.patch |
| diff --git a/ports/openssh/nacl.patch b/ports/openssh/nacl.patch |
| index 1ded10682d35f43bc50599fe53addff9a2bebf64..f09e1b178174184e267e307cc8bd401cfc701f92 100644 |
| --- a/ports/openssh/nacl.patch |
| +++ b/ports/openssh/nacl.patch |
| @@ -129,7 +129,7 @@ diff --git a/ssh.c b/ssh.c |
| */ |
| int |
| -main(int ac, char **av) |
| -+nacl_main(int ac, char **av) |
| ++main(int ac, char **av) |
| { |
| + mkdir("/home", 0777); |
| + setenv("HOME", "/home", 1); |