diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-11-12 18:41:32 +0100 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-09 22:30:59 -0500 |
commit | d65e603acd9b1f542069c59482c5e22502afa872 (patch) | |
tree | 2b80c10127ded4454c7fdcba50a14961b0010693 /test | |
parent | d87f5b2f24e5c521cbe410df17289e25477e45ac (diff) |
Fix undeclared UT_LINESIZE
Fix the following error:
broadcast.c:41:21: error: '__UT_LINESIZE' undeclared (first use in this function); did you mean 'UT_LINESIZE'?
#define UT_LINESIZE __UT_LINESIZE
^~~~~~~~~~
Constant UT_LINESIZE is defined in <utmp.h> provided by musl.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions