Port core:net to FreeBSD

This commit is contained in:
Feoramund
2024-06-26 10:05:24 -04:00
parent 10ce76fcc2
commit e61d893a74
9 changed files with 723 additions and 9 deletions
+2 -2
View File
@@ -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,
}
}