artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12245bc
)
res_close is defined in a macro and should apperently not be used as _res_close.
author
pefo
<pefo@openbsd.org>
Sat, 15 Mar 1997 21:53:50 +0000
(21:53 +0000)
committer
pefo
<pefo@openbsd.org>
Sat, 15 Mar 1997 21:53:50 +0000
(21:53 +0000)
lib/libc/net/sethostent.c
patch
|
blob
|
history
diff --git
a/lib/libc/net/sethostent.c
b/lib/libc/net/sethostent.c
index
58b50ae
..
5392a2f
100644
(file)
--- a/
lib/libc/net/sethostent.c
+++ b/
lib/libc/net/sethostent.c
@@
-32,7
+32,7
@@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: sethostent.c,v 1.
3 1996/08/19 08:29:53 thol
o Exp $";
+static char rcsid[] = "$OpenBSD: sethostent.c,v 1.
4 1997/03/15 21:53:50 pef
o Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@
-56,5
+56,5
@@
void
endhostent()
{
_res.options &= ~(RES_STAYOPEN | RES_USEVC);
-
_
res_close();
+ res_close();
}