Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: ports/openssh/nacl.patch

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/openssh/build.sh ('k') | ports/pango/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ports/openssh/build.sh ('k') | ports/pango/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698