[Pkg-wmaker-commits] [wmifs] 83/118: wmifs: Replace deprecated caddr_t with void *.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmifs.

commit 83ae8067b0c90efcbe45db363e509c5927efb4a3
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed May 27 17:33:17 2015 -0500

    wmifs: Replace deprecated caddr_t with void *.
---
 wmifs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmifs.c b/wmifs.c
index 0bb0e89..22ce9bf 100644
--- a/wmifs.c
+++ b/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);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifs.git



More information about the Pkg-wmaker-commits mailing list