shiyilei / protobuf-c

Automatically exported from code.google.com/p/protobuf-c
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

protobuf-c requires AF_LOCAL #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build on platform that doesn't define AF_LOCAL (Solaris)

What is the expected output? What do you see instead?
protobuf-c fails to compile

What version of the product are you using? On what operating system?
0.15 on Solaris 10

Please provide any additional information below.
Here's a trivial patch that uses AF_UNIX (defined by POSIX) instead of AF_LOCAL.

https://codereview.appspot.com/13999043

Original issue reported on code.google.com by ay1244 on 26 Sep 2013 at 11:11