summary refs log tree commit diff
path: root/bin/dtch.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dtch.c')
-rw-r--r--bin/dtch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dtch.c b/bin/dtch.c
index 5b920a31..ab313f58 100644
--- a/bin/dtch.c
+++ b/bin/dtch.c
@@ -63,8 +63,8 @@ static ssize_t writeAll(int fd, const char *buf, size_t len) {
     return writeLen;
 }
 
-char z;
-struct iovec iov = { .iov_base = &z, .iov_len = 1 };
+static char z;
+static struct iovec iov = { .iov_base = &z, .iov_len = 1 };
 
 static ssize_t sendFd(int sock, int fd) {
     size_t len = CMSG_LEN(sizeof(int));