Index: uspace/lib/c/generic/net/inet.c
===================================================================
--- uspace/lib/c/generic/net/inet.c	(revision a8196c90457a5217af091168fccd2409d482c81d)
+++ uspace/lib/c/generic/net/inet.c	(revision 1d24ad312b4ddcdf3dc7c30ee0effc5293fd669c)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2009 Lukas Mejdrech
+ * Copyright (c) 2013 Martin Decky
  * All rights reserved.
  *
@@ -44,4 +44,8 @@
 #include <stdio.h>
 #include <str.h>
+
+const in6_addr_t in6addr_any = {
+	{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
+};
 
 static int inet_ntop4(const uint8_t *data, char *address, size_t length)
