summaryrefslogtreecommitdiffstats
path: root/kenolaba/Network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kenolaba/Network.cpp')
-rw-r--r--kenolaba/Network.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kenolaba/Network.cpp b/kenolaba/Network.cpp
index 0f031e99..9be7c0c0 100644
--- a/kenolaba/Network.cpp
+++ b/kenolaba/Network.cpp
@@ -89,7 +89,7 @@ void Network::gotConnection()
static char tmp[1024];
int len=0;
struct sockaddr_in sin;
- kde_socklen_t sz = sizeof (sin);
+ socklen_t sz = sizeof (sin);
// printf("GotConnection: ");
int s = accept(fd,(struct sockaddr *)&sin, &sz);