[Pkg-wmaker-commits] [wmppp.app] 79/120: wmppp.app: Replace deprecated caddr_t cast with void*.

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


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

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

commit f0a362d1e30fecad8260e2324b25a6d1e81d384a
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue May 19 22:31:01 2015 -0500

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

diff --git a/wmppp.c b/wmppp.c
index 812a0de..932d1df 100644
--- a/wmppp.c
+++ b/wmppp.c
@@ -904,7 +904,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;
 
 	strcpy(req.ifr__name, active_interface);
 

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



More information about the Pkg-wmaker-commits mailing list