mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
resolv: Add a required include to resolv.h
Add a required include to resolv.h for sockaddr_in. This should reduce patching required when porting code written with Linux or NetBSD in mind. PR: 182466 MFC after: 1 week
This commit is contained in:
parent
9a62278724
commit
58cf91d3b7
@ -58,6 +58,7 @@
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/socket.h>
|
||||
#include <stdio.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/nameser.h>
|
||||
|
||||
/*%
|
||||
|
@ -25,7 +25,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd September 15, 2022
|
||||
.Dd January 8, 2024
|
||||
.Dt RESOLVER 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -45,9 +45,6 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netinet/in.h
|
||||
.In arpa/nameser.h
|
||||
.In resolv.h
|
||||
.Ft int
|
||||
.Fo res_query
|
||||
|
Loading…
Reference in New Issue
Block a user