zephyr/samples/net/irc_bot
Paul Sokolovsky dcb80f7ab8 net: struct sockaddr should have field "sa_family"
POSIX requires struct sockaddr's field to be named "sa_family"
(not just "family"):
http://pubs.opengroup.org/onlinepubs/009696699/basedefs/sys/socket.h.html

This change allows to port POSIX apps easier (including writing
portable apps using BSD Sockets compatible API).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-08-18 16:34:51 -04:00
..
src net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
Makefile samples: irc_bot: unify prj.conf 2017-08-02 07:31:22 -04:00
prj.conf samples: irc_bot: unify prj.conf 2017-08-02 07:31:22 -04:00
sample.yaml samples: irc_bot: unify prj.conf 2017-08-02 07:31:22 -04:00