From 19f0127e553940bb333f61ab7e8dab6f7455115e Mon Sep 17 00:00:00 2001 From: Karl Zylinski Date: Sat, 14 Sep 2024 18:27:49 +0200 Subject: Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. --- core/net/errors_linux.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/net/errors_linux.odin') diff --git a/core/net/errors_linux.odin b/core/net/errors_linux.odin index 9047b4020..f53a47d15 100644 --- a/core/net/errors_linux.odin +++ b/core/net/errors_linux.odin @@ -1,5 +1,5 @@ package net -// +build linux +#+build linux /* Package net implements cross-platform Berkeley Sockets, DNS resolution and associated procedures. -- cgit v1.2.3