| OLD | NEW |
| (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) | |
| OLD | NEW |