[PATCH 08/24] wmifs: Replace deprecated caddr_t with void *.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 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].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.