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

Unified Diff: ports/thttpd/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/thttpd/build.sh ('k') | ports/tk/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/thttpd/nacl.patch
diff --git a/ports/thttpd/nacl.patch b/ports/thttpd/nacl.patch
index 6aa50c2acb990c540e481a891e4cd180c2dcec92..5f9fc6d2fb8eb2d4056883c16d90fabdc428b208 100644
--- a/ports/thttpd/nacl.patch
+++ b/ports/thttpd/nacl.patch
@@ -577,7 +577,7 @@ diff --git a/thttpd.c b/thttpd.c
int
-main( int argc, char** argv )
-+nacl_main( int argc, char** argv )
++main( int argc, char** argv )
{
char* cp;
struct passwd* pwd;
« no previous file with comments | « ports/thttpd/build.sh ('k') | ports/tk/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698