[OpenSER-Devel] [ openser-Patches-1851474 ] Portability Issue in mi_datagram module

SourceForge.net noreply at sourceforge.net
Sat Dec 15 19:37:55 UTC 2007


Patches item #1851474, was opened at 2007-12-15 11:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1851474&group_id=139143

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: modules
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Portability Issue in mi_datagram module

Initial Comment:
The datagram_fnc.c file uses AF_LOCAL to indicate the family for creating a unix domain socket; Solaris does not have this constant defined, and instead it uses AF_UNIX.

mi_datagram module fails to compile. A patch is attached which renames AF_LOCAL to AF_UNIX at the file.

My data:

Name: Sergio Gutierrez
email: saguti at gmail.com

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1851474&group_id=139143



More information about the Devel mailing list