Jakub Jirutka d65e603acd 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.
2021-09-09 22:30:59 -05:00
..
2021-09-04 16:01:29 -05:00
2019-02-26 17:47:55 -06:00
2021-09-04 16:01:29 -05:00
2021-09-09 22:30:59 -05:00
2019-02-22 18:08:19 -06:00
2021-09-04 16:01:29 -05:00