openrc/src
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
..
common add meson build files 2021-09-04 16:01:29 -05:00
includes remove hidden-visibility.h 2019-02-26 17:47:55 -06:00
libeinfo add meson build files 2021-09-04 16:01:29 -05:00
librc build: change root_prefix to rootprefix 2021-09-06 14:30:30 -05:00
rc Fix undeclared UT_LINESIZE 2021-09-09 22:30:59 -05:00
Makefile combine test directories 2019-02-22 18:08:19 -06:00
meson.build add meson build files 2021-09-04 16:01:29 -05:00