From 90565e05d5cae36cda6e4a1be43516ba7cd698c8 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 27 May 2015 17:33:17 -0500 Subject: [PATCH] wmifs: Replace deprecated caddr_t with void *. --- 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.11.4.GIT