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
+1 -1
View File
@@ -1,4 +1,4 @@
//+build linux, darwin
//+build linux, darwin, freebsd
package net
/*
Package net implements cross-platform Berkeley Sockets, DNS resolution and associated procedures.