chiark / gitweb /
libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / net-tools / lib-inet.c.patch
1 --- ./lib/inet.c        2017-02-21 23:54:32.000000000 +0530
2 +++ ../inet.c   2017-04-09 14:43:19.639365853 +0530
3 @@ -414,6 +414,7 @@
4         }
5      }
6      endservent();
7 +#if 0
8      setprotoent(1);
9      while ((pe = getprotoent())) {
10         /* Allocate a service entry. */
11 @@ -423,6 +424,7 @@
12         add2list(&raw_name, item);
13      }
14      endprotoent();
15 +#endif
16      return (0);
17  }
18