summaryrefslogtreecommitdiffstats
path: root/listen/listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'listen/listen.c')
-rw-r--r--listen/listen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listen/listen.c b/listen/listen.c
index 5b70fb9..f07a1f6 100644
--- a/listen/listen.c
+++ b/listen/listen.c
@@ -65,7 +65,7 @@ int main(int argc, char **argv)
int s;
char *port = NULL, *dev = NULL;
struct sockaddr sa;
- int asize = sizeof(sa);
+ socklen_t asize = sizeof(sa);
struct ifreq ifr;
int proto = ETH_P_AX25;