summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/IPXrouted')
-rw-r--r--usr.sbin/IPXrouted/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/IPXrouted/main.c b/usr.sbin/IPXrouted/main.c
index 8c84161..773410a 100644
--- a/usr.sbin/IPXrouted/main.c
+++ b/usr.sbin/IPXrouted/main.c
@@ -276,7 +276,8 @@ process(fd, pkt_type)
int pkt_type;
{
struct sockaddr from;
- int fromlen = sizeof (from), cc, omask;
+ int cc, omask;
+ socklen_t fromlen = sizeof (from);
struct ipx *ipxdp = (struct ipx *)packet;
cc = recvfrom(fd, packet, sizeof (packet), 0, &from, &fromlen);
OpenPOWER on IntegriCloud