Files
lightning/common
Isidoro Ghezzi 855d0b9401 "sizeof(sun->sun_path)" is not always the same as "sizeof(addr->u.sockname)"
on all platforms;

because of that BUILD_ASSERT was failing on macOS.

(on macOS "sizeof(sun->sun_path) == 104" and
"sizeof(addr->u.sockname) == 108")

[ Linux man page says it can be as small as 92, so let's use the real value.
  I also cleaned up the incorrect comment order on that struct! --RR ]

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-05-09 09:10:45 +00:00
..
2018-01-29 04:46:54 +00:00
2018-02-08 22:49:34 +01:00
2018-04-08 08:26:00 +00:00
2017-11-23 23:10:08 +01:00
2017-11-16 17:40:57 +01:00
2017-12-20 12:43:10 +01:00
2018-04-26 05:47:57 +00:00
2018-03-06 19:26:21 +01:00
2018-03-27 23:17:17 +00:00
2018-01-29 04:46:54 +00:00