aboutsummaryrefslogtreecommitdiff
path: root/core/net/dns_unix.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-06-17 15:36:17 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-06-17 15:36:17 +0200
commita65ece442687456aca5acaf51ed990d34b0e7cbe (patch)
tree9d3e35f31e4d5bc59958a1e5ea4b6a53d0ebb2fd /core/net/dns_unix.odin
parentf3a52a632c2acea21202666e63670018ce1c0c45 (diff)
Allow `core:net` to be imported with `-default-to-panic-allocator`.
Diffstat (limited to 'core/net/dns_unix.odin')
-rw-r--r--core/net/dns_unix.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/net/dns_unix.odin b/core/net/dns_unix.odin
index e4336e410..351d26dbc 100644
--- a/core/net/dns_unix.odin
+++ b/core/net/dns_unix.odin
@@ -79,4 +79,4 @@ _get_dns_records_os :: proc(hostname: string, type: DNS_Record_Type, allocator :
}
return get_dns_records_from_nameservers(hostname, type, name_servers, host_overrides[:])
-}
+} \ No newline at end of file