Commit Briefs

Omar Polo

update bundled imsg-buffer.c to rev. 1.13

original commit from eric@: change the barrier so that fd's are always passed and received with the first byte of the imsg they belong to. idea, tweaks and ok claudio@


Omar Polo

fix compilation on glibc

glibc needs _GNU_SOURCE defined to make IOV_MAX visible. Use AC_USE_SYSTEM_EXTENSIONS and make sure to include compat.h before everything else. Found by cage_, thanks!


Omar Polo

fix compat layer build