diff options
Diffstat (limited to 'ax25ipd/io.c')
-rw-r--r-- | ax25ipd/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c index 0c0f2d5..356ebdc 100644 --- a/ax25ipd/io.c +++ b/ax25ipd/io.c @@ -65,7 +65,7 @@ int icmpsock = -1; struct sockaddr_in udpbind; struct sockaddr_in to; struct sockaddr_in from; -int fromlen; +socklen_t fromlen; time_t last_bc_time; |