From 975c171d5a81212bcbcfa335d212c8e640ec5085 Mon Sep 17 00:00:00 2001
From: Yang Tse <yangsita@gmail.com>
Date: Tue, 16 Sep 2008 18:43:25 +0000
Subject: [PATCH] code cleanup

---
 ares/ares_init.c |  3 ---
 ares/nameser.h   | 16 +---------------
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/ares/ares_init.c b/ares/ares_init.c
index 427ee0cc32..d4e15052b1 100644
--- a/ares/ares_init.c
+++ b/ares/ares_init.c
@@ -58,9 +58,6 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#ifdef HAVE_PROCESS_H
-#include <process.h>  /* Some have getpid() here */
-#endif
 #endif
 
 #include <stdio.h>
diff --git a/ares/nameser.h b/ares/nameser.h
index f2b68f13b1..e28de9a2f7 100644
--- a/ares/nameser.h
+++ b/ares/nameser.h
@@ -3,21 +3,7 @@
 #ifndef ARES_NAMESER_H
 #define ARES_NAMESER_H
 
-/* Windows-only header file provided by liren@vivisimo.com to make his Windows
-   port build */
-
-#ifndef NETWARE
-#include <process.h> /* for the _getpid() proto */
-#endif  /* !NETWARE */
-#include <sys/types.h>
-
-#ifndef NETWARE
-
-#ifndef __WATCOMC__
-#define getpid() _getpid()
-#endif
-
-#endif  /* !NETWARE */
+/* header file provided by liren@vivisimo.com */
 
 #define NS_CMPRSFLGS  0xc0
 #define NS_IN6ADDRSZ  16
-- 
GitLab