diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/sethostent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/sethostent.c b/src/lib/libc/net/sethostent.c index 58b50ae0a1..5392a2f11b 100644 --- a/src/lib/libc/net/sethostent.c +++ b/src/lib/libc/net/sethostent.c | |||
@@ -32,7 +32,7 @@ | |||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #if defined(LIBC_SCCS) && !defined(lint) | 34 | #if defined(LIBC_SCCS) && !defined(lint) |
35 | static char rcsid[] = "$OpenBSD: sethostent.c,v 1.3 1996/08/19 08:29:53 tholo Exp $"; | 35 | static char rcsid[] = "$OpenBSD: sethostent.c,v 1.4 1997/03/15 21:53:50 pefo Exp $"; |
36 | #endif /* LIBC_SCCS and not lint */ | 36 | #endif /* LIBC_SCCS and not lint */ |
37 | 37 | ||
38 | #include <sys/param.h> | 38 | #include <sys/param.h> |
@@ -56,5 +56,5 @@ void | |||
56 | endhostent() | 56 | endhostent() |
57 | { | 57 | { |
58 | _res.options &= ~(RES_STAYOPEN | RES_USEVC); | 58 | _res.options &= ~(RES_STAYOPEN | RES_USEVC); |
59 | _res_close(); | 59 | res_close(); |
60 | } | 60 | } |