diff options
Diffstat (limited to 'usr.sbin/mrouted/rsrr.c')
-rw-r--r-- | usr.sbin/mrouted/rsrr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/rsrr.c b/usr.sbin/mrouted/rsrr.c index c7bbc89..ea9628f 100644 --- a/usr.sbin/mrouted/rsrr.c +++ b/usr.sbin/mrouted/rsrr.c @@ -107,7 +107,8 @@ rsrr_init() /* Read a message from the RSRR socket */ void -rsrr_read(rfd) +rsrr_read(f, rfd) + int f; fd_set *rfd; { register int rsrr_recvlen; |