summaryrefslogtreecommitdiffstats
path: root/dund/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'dund/main.c')
-rw-r--r--dund/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dund/main.c b/dund/main.c
index 2bc4f9b5..a620c8de 100644
--- a/dund/main.c
+++ b/dund/main.c
@@ -163,7 +163,8 @@ static int do_listen(void)
listen(sk, 10);
while (!terminate) {
- int alen = sizeof(sa), nsk;
+ socklen_t alen = sizeof(sa);
+ int nsk;
char ba[40];
char ch[10];