chiark / gitweb /
Fix lookup_errno by adding a gperf length parameter detection.
authorSven Eden <yamakuzure@gmx.net>
Thu, 12 Jan 2017 08:28:02 +0000 (09:28 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:22:32 +0000 (10:22 +0100)
commit947a6c107a40f43b64adb3736a495e47caad7414
tree79bac6e0023cf3c7b4d34e6720d5d8983e1e8481
parent18a4f5b6f2977120281715a4b9dfee46a303436b
Fix lookup_errno by adding a gperf length parameter detection.

build-sys: add check for gperf lookup function signature (#5055)

gperf-3.1 generates lookup functions that take a size_t length
parameter instead of unsigned int. Test for this at configure time.

Fixes: https://github.com/systemd/systemd/issues/5039
configure.ac
src/basic/errno-list.c
src/login/logind.h