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

Unified Diff: patches/nspr-remove-io.patch

Issue 12089033: Update to NSPR 4.9.5 Beta 2, part 2: actual changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 11 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 | « patches/nspr-merge-795213.patch ('k') | patches/nspr-static.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/nspr-remove-io.patch
===================================================================
--- patches/nspr-remove-io.patch (revision 179237)
+++ patches/nspr-remove-io.patch (working copy)
@@ -1,8 +1,11 @@
Index: mozilla/nsprpub/pr/include/md/_win95.h
===================================================================
---- mozilla/nsprpub/pr/include/md/_win95.h (revision 80735)
-+++ mozilla/nsprpub/pr/include/md/_win95.h (working copy)
-@@ -64,8 +64,6 @@
+RCS file: /cvsroot/mozilla/nsprpub/pr/include/md/_win95.h,v
+retrieving revision 3.41
+diff -p -u -r3.41 _win95.h
+--- mozilla/nsprpub/pr/include/md/_win95.h 26 May 2012 00:15:23 -0000 3.41
++++ mozilla/nsprpub/pr/include/md/_win95.h 29 Jan 2013 01:19:17 -0000
+@@ -32,8 +32,6 @@
#define HAVE_DLL
#undef HAVE_THREAD_AFFINITY
@@ -13,9 +16,12 @@
/* newer ws2tcpip.h provides these */
Index: mozilla/nsprpub/pr/src/io/prio.c
===================================================================
---- mozilla/nsprpub/pr/src/io/prio.c (revision 80735)
-+++ mozilla/nsprpub/pr/src/io/prio.c (working copy)
-@@ -90,8 +90,6 @@
+RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/prio.c,v
+retrieving revision 3.24
+diff -p -u -r3.24 prio.c
+--- mozilla/nsprpub/pr/src/io/prio.c 6 Mar 2012 13:14:09 -0000 3.24
++++ mozilla/nsprpub/pr/src/io/prio.c 29 Jan 2013 01:19:17 -0000
+@@ -58,8 +58,6 @@ void _PR_InitIO(void)
_PR_MD_INIT_FD_INHERITABLE(_pr_stdin, PR_TRUE);
_PR_MD_INIT_FD_INHERITABLE(_pr_stdout, PR_TRUE);
_PR_MD_INIT_FD_INHERITABLE(_pr_stderr, PR_TRUE);
« no previous file with comments | « patches/nspr-merge-795213.patch ('k') | patches/nspr-static.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698