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

Unified Diff: ports/grep/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/git/nacl.patch ('k') | ports/gtk+/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/grep/nacl.patch
diff --git a/ports/grep/nacl.patch b/ports/grep/nacl.patch
index b80ad70cfebed44d30223a32b3abeb77cd49d56b..77bcd63cea05c1acc1ad83aaf74b3a3ad4f91abe 100644
--- a/ports/grep/nacl.patch
+++ b/ports/grep/nacl.patch
@@ -154,15 +154,3 @@ diff --git a/src/Makefile.in b/src/Makefile.in
install-binSCRIPTS: $(bin_SCRIPTS)
@$(NORMAL_INSTALL)
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
-diff --git a/src/grep.c b/src/grep.c
---- a/src/grep.c
-+++ b/src/grep.c
-@@ -2107,7 +2107,7 @@ fgrep_to_grep_pattern (size_t len, char const *keys,
- }
-
- int
--main (int argc, char **argv)
-+nacl_main (int argc, char **argv)
- {
- char *keys;
- size_t keycc, oldcc, keyalloc;
« no previous file with comments | « ports/git/nacl.patch ('k') | ports/gtk+/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698