Bug Tracker item #2803122, was opened at 2009-06-08 20:47 Message generated for change (Comment added) made by sbajic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2803122&group_id=250683
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: daemon Group: None >Status: Pending >Resolution: Accepted Priority: 5 Private: No Submitted By: Peter (ptard) >Assigned to: Stevan Bajic (sbajic) Summary: dspam fails to compile under uclibc Initial Comment: I had an issue with dspam failing to compile under uclibc 0.9.30.1 (I'm running Gentoo). The problem is that dspam expects the function inet_ntoa_r to accept three arguments, but uclibc's inet_ntoa_r() function only accepts two. The patch updates the dspam source to only pass two arguments, and updates the included fallback function definition to accept only two arguments as well. ---------------------------------------------------------------------- >Comment By: Stevan Bajic (sbajic) Date: 2009-06-11 00:49 Message: Hallo Peter Thanks for reporting. Please check out GIT commit 4f4cfe7575790a2bcd025f19190c0d9be1915d79 and if that fixes your issue. Stevan Bajic ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2803122&group_id=250683 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Dspam-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-devel
