diff options
Diffstat (limited to 'ksirc')
-rw-r--r-- | ksirc/puke/controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/puke/controller.cpp b/ksirc/puke/controller.cpp index bbcf6de6..06d290fb 100644 --- a/ksirc/puke/controller.cpp +++ b/ksirc/puke/controller.cpp @@ -162,7 +162,7 @@ TQStrList PukeController::allObjects() void PukeController::NewConnect(int) { int cfd; - ksize_t len = 0; + socklen_t len = 0; struct sockaddr_un unix_addr; cfd = accept(iListenFd, (struct sockaddr *)&unix_addr, &len); |