summaryrefslogtreecommitdiffstats
path: root/netrom
diff options
context:
space:
mode:
Diffstat (limited to 'netrom')
-rw-r--r--netrom/netromd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netrom/netromd.c b/netrom/netromd.c
index 7bfa97b..0a16fd3 100644
--- a/netrom/netromd.c
+++ b/netrom/netromd.c
@@ -138,7 +138,7 @@ int main(int argc, char **argv)
unsigned char buffer[512];
int size, s, i;
struct sockaddr sa;
- int asize;
+ socklen_t asize;
struct timeval timeout;
time_t timenow, timelast;
int interval = 3600;