summaryrefslogtreecommitdiffhomepage
path: root/src/child.c
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2018-12-31 14:24:17 +0000
committerrofl0r <rofl0r@users.noreply.github.com>2019-12-21 00:43:45 +0000
commit82e10935d2955923d419cb46ee97e0022a8dfdb0 (patch)
tree2c8dd5732517ebf4e37d77b81086edb8493c065b /src/child.c
parentfa2ad0cf9ac1bf24c7c4ddb188b5922132e38f73 (diff)
move sockaddr_union to sock.h
Diffstat (limited to 'src/child.c')
-rw-r--r--src/child.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/child.c b/src/child.c
index 06a977e..3ae3d82 100644
--- a/src/child.c
+++ b/src/child.c
@@ -36,11 +36,6 @@
static vector_t listen_fds;
-union sockaddr_union {
- struct sockaddr_in v4;
- struct sockaddr_in6 v6;
-};
-
struct client {
union sockaddr_union addr;
int fd;