summaryrefslogtreecommitdiff
path: root/std/net.zc
diff options
context:
space:
mode:
Diffstat (limited to 'std/net.zc')
-rw-r--r--std/net.zc4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/net.zc b/std/net.zc
index 326afc4..eacd9d7 100644
--- a/std/net.zc
+++ b/std/net.zc
@@ -9,8 +9,8 @@ import "./core.zc"
import "./result.zc"
import "./string.zc"
-const Z_AF_INET = 2;
-const Z_SOCK_STREAM = 1;
+def Z_AF_INET = 2;
+def Z_SOCK_STREAM = 1;
raw {
static int _z_net_bind(int fd, char *host, int port) {