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
/
krb5
/
sethostent.patch
1
--- ./tests/resolve/resolve.c 2016-12-02 04:01:25.000000000 +0530
2
+++ ../resolve.c 2016-12-07 11:10:38.473122715 +0530
3
@@ -111,7 +111,7 @@
4
5
6
/* Set the hosts db to close each time - effectively rewinding file */
7
- sethostent(0);
8
+ /* sethostent(0); */
9
10
if((host = gethostbyname (myname)) == NULL) {
11
fprintf(stderr,