mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Port core:net to FreeBSD
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build windows, linux, darwin
|
||||
// +build windows, linux, darwin, freebsd
|
||||
package net
|
||||
|
||||
/*
|
||||
@@ -413,4 +413,4 @@ DNS_Record_Header :: struct #packed {
|
||||
DNS_Host_Entry :: struct {
|
||||
name: string,
|
||||
addr: Address,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user