---
wmifs/wmifs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmifs/wmifs.c b/wmifs/wmifs.c
index 0bb0e89..22ce9bf 100644
--- a/wmifs/wmifs.c
+++ b/wmifs/wmifs.c
@@ -957,7 +957,7 @@ void get_ppp_stats(struct ppp_stats *cur)
memset(&req, 0, sizeof(req));
- req.stats_ptr = (caddr_t) &req.stats;
+ req.stats_ptr = (void *) &req.stats;
sprintf(req.ifr__name, "ppp%d", PPP_UNIT);
--
2.1.4-- To unsubscribe, send mail to [email protected].
