Many thanks, this works.
> This is an incompatibility between the official Linux kernel and the
> -ac patch. Apparently, RedHat now includes this patch.
>
> Change the offending line in serialmidi.c to
>
> if (atomic_read(&tty->count) > 1) {
=
Sylvain Petreolle (spetreolle_at_users
Sylvain Petreolle wrote:
> serialmidi.c:164: error: invalid operands to binary >
This is an incompatibility between the official Linux kernel and the
-ac patch. Apparently, RedHat now includes this patch.
Change the offending line in serialmidi.c to
if (atomic_read(&tty->count) > 1) {