View | Details | Raw Unified | Return to bug 182466
Collapse All | Expand All

(-)include/resolv.h (+1 lines)
Lines 58-63 Link Here
58
#include <sys/cdefs.h>
58
#include <sys/cdefs.h>
59
#include <sys/socket.h>
59
#include <sys/socket.h>
60
#include <stdio.h>
60
#include <stdio.h>
61
#include <netinet/in.h>
61
#include <arpa/nameser.h>
62
#include <arpa/nameser.h>
62
63
63
/*%
64
/*%
(-)lib/libc/net/resolver.3 (-3 lines)
Lines 48-56 Link Here
48
.Sh LIBRARY
48
.Sh LIBRARY
49
.Lb libc
49
.Lb libc
50
.Sh SYNOPSIS
50
.Sh SYNOPSIS
51
.In sys/types.h
52
.In netinet/in.h
53
.In arpa/nameser.h
54
.In resolv.h
51
.In resolv.h
55
.Ft int
52
.Ft int
56
.Fo res_query
53
.Fo res_query

Return to bug 182466