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

Unified Diff: ports/tar/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/subversion/build.sh ('k') | ports/tcl/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/tar/nacl.patch
diff --git a/ports/tar/nacl.patch b/ports/tar/nacl.patch
index e77865841611173ed9a62701c8b93b80ae39bfe8..a4fdb7c1f7cdad5d74615da9764008d50b511a86 100644
--- a/ports/tar/nacl.patch
+++ b/ports/tar/nacl.patch
@@ -55,12 +55,3 @@ diff --git a/src/tar.c b/src/tar.c
};
ARGMATCH_VERIFY (sort_mode_arg, sort_mode_flag);
-@@ -2716,7 +2717,7 @@ more_options (int argc, char **argv)
-
- /* Main routine for tar. */
- int
--main (int argc, char **argv)
-+nacl_main (int argc, char **argv)
- {
- set_start_time ();
- set_program_name (argv[0]);
« no previous file with comments | « ports/subversion/build.sh ('k') | ports/tcl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698