chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
debianutils: Update from 4.8.3 to 4.8.4
[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