Skip to content

eventcomm: fix compile with pre-time64 kernels

Ariadne Conill requested to merge kaniini/xf86-input-synaptics:master into master

input_event_sec and input_event_usec were not introduced until 64-bit time_t, add a compatibility shim if they are missing.

Merge request reports