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

Side by Side Diff: patches/nspr-remove-io.patch

Issue 2078763002: Delete bundled copy of NSS and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss@master
Patch Set: Delete bundled copy of NSS and replace with README. Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « patches/nspr-overflow.patch ('k') | patches/nspr-static.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/pr/include/md/_win95.h b/pr/include/md/_win95.h
2 index d65e264..1da2b55 100644
3 --- a/pr/include/md/_win95.h
4 +++ b/pr/include/md/_win95.h
5 @@ -32,8 +32,6 @@
6
7 #define HAVE_DLL
8 #undef HAVE_THREAD_AFFINITY
9 -#define _PR_HAVE_GETADDRINFO
10 -#define _PR_INET6_PROBE
11 #ifndef _PR_INET6
12 #define AF_INET6 23
13 /* newer ws2tcpip.h provides these */
14 diff --git a/pr/src/io/prio.c b/pr/src/io/prio.c
15 index 78cbdf5..f69927f 100644
16 --- a/pr/src/io/prio.c
17 +++ b/pr/src/io/prio.c
18 @@ -58,8 +58,6 @@ void _PR_InitIO(void)
19 _PR_MD_INIT_FD_INHERITABLE(_pr_stdin, PR_TRUE);
20 _PR_MD_INIT_FD_INHERITABLE(_pr_stdout, PR_TRUE);
21 _PR_MD_INIT_FD_INHERITABLE(_pr_stderr, PR_TRUE);
22 -
23 - _PR_MD_INIT_IO();
24 }
25
26 void _PR_CleanupIO(void)
OLDNEW
« no previous file with comments | « patches/nspr-overflow.patch ('k') | patches/nspr-static.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698