[PATCH] iphlpapi: Change variable type.

Andrey Gusev <[email protected]>
Newsgroups gmane.comp.emulators.wine.patches
Message-ID <[email protected]>
Supersedes 138167.

Signed-off-by: Andrey Gusev <[email protected]>
---
 dlls/iphlpapi/ipstats.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c
index 47df7ebfde..09ec890ace 100644
--- a/dlls/iphlpapi/ipstats.c
+++ b/dlls/iphlpapi/ipstats.c
@@ -2051,7 +2051,7 @@ static unsigned int find_owning_pid( struct pid_map *map, unsigned int num_entri
 #elif defined(HAVE_PROC_PIDINFO)
     struct proc_fdinfo *fds;
     struct socket_fdinfo sock;
-    unsigned int i, j, n, fd_len;
+    int i, j, n, fd_len;
 
     for (i = 0; i < num_entries; i++)
     {
-- 
2.13.6
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.