chiark / gitweb /
change type for address family to "int"
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Jul 2014 14:09:30 +0000 (16:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Jul 2014 14:10:51 +0000 (16:10 +0200)
Let's settle on a single type for all address family values, even if
UNIX is very inconsitent on the precise type otherwise. Given that
socket() is the primary entrypoint for the sockets API, and that uses
"int", and "int" is relatively simple and generic, we settle on "int"
for this.


No differences found