Ticket #194: coherence-01-solaris.diff
| File coherence-01-solaris.diff, 379 bytes (added by alfredpeng, 3 years ago) |
|---|
-
Coherence-0.6.2/coherence/upnp/core/utils.py
old new 106 106 107 107 system_type = uname()[0] 108 108 109 if system_type == "Linux" :109 if system_type == "Linux" or "SunOS": 110 110 SIOCGIFADDR = 0x8915 111 111 else: 112 112 SIOCGIFADDR = 0xc0206921
