You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While some tools still use uucp style locking (e.g. minicom) there isn't
much much breakage exprected by dropping it.
This only hurts if microcom (or another terminal program that relies on
flock() only (e.g. picocom)) and a uucp-locking program are used on the
same device, which should be rare.
Also swiching completely away from uucp (instead of doing both uucp
and flock() for some time) might give some incentive to other terminal
programs to do the same move and maybe eventually get rid of
uucp-locking completely.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
0 commit comments