comparison patches/nspr-remove-io.patch @ 0:1e5118fa0cb1

This is NSS with a Cmake Buildsyste To compile a static NSS library for Windows we've used the Chromium-NSS fork and added a Cmake buildsystem to compile it statically for Windows. See README.chromium for chromium changes and README.trustbridge for our modifications.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 28 Jul 2014 10:47:06 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e5118fa0cb1
1 Index: mozilla/nsprpub/pr/include/md/_win95.h
2 ===================================================================
3 RCS file: /cvsroot/mozilla/nsprpub/pr/include/md/_win95.h,v
4 retrieving revision 3.41
5 diff -p -u -r3.41 _win95.h
6 --- mozilla/nsprpub/pr/include/md/_win95.h 26 May 2012 00:15:23 -0000 3.41
7 +++ mozilla/nsprpub/pr/include/md/_win95.h 29 Jan 2013 01:19:17 -0000
8 @@ -32,8 +32,6 @@
9
10 #define HAVE_DLL
11 #undef HAVE_THREAD_AFFINITY
12 -#define _PR_HAVE_GETADDRINFO
13 -#define _PR_INET6_PROBE
14 #ifndef _PR_INET6
15 #define AF_INET6 23
16 /* newer ws2tcpip.h provides these */
17 Index: mozilla/nsprpub/pr/src/io/prio.c
18 ===================================================================
19 RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/prio.c,v
20 retrieving revision 3.24
21 diff -p -u -r3.24 prio.c
22 --- mozilla/nsprpub/pr/src/io/prio.c 6 Mar 2012 13:14:09 -0000 3.24
23 +++ mozilla/nsprpub/pr/src/io/prio.c 29 Jan 2013 01:19:17 -0000
24 @@ -58,8 +58,6 @@ void _PR_InitIO(void)
25 _PR_MD_INIT_FD_INHERITABLE(_pr_stdin, PR_TRUE);
26 _PR_MD_INIT_FD_INHERITABLE(_pr_stdout, PR_TRUE);
27 _PR_MD_INIT_FD_INHERITABLE(_pr_stderr, PR_TRUE);
28 -
29 - _PR_MD_INIT_IO();
30 }
31
32 void _PR_CleanupIO(void)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)