Replace magic numbers in flock calls with symbolic constants
authorJacob Bachmeyer <jcb@gnu.org>
Sun, 30 Apr 2023 04:29:39 +0000 (23:29 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sun, 30 Apr 2023 04:29:39 +0000 (23:29 -0500)
commit14fcafe431f4aaaf78b48f5a8c772f005eb58009
treee01edabe950e11cef56533050022d72fdbd656e7
parente3e3a9e62ffbacc2032cc8d5c239166d385eeb25
Replace magic numbers in flock calls with symbolic constants

This also fixes a long-standing bug where the serials file was never
actually unlocked until it was closed, at which time the kernel will
implicitly release the lock.  The cause of the bug, simply, was the use
of the wrong number in place of LOCK_UN.  Using the constant fixes this.
gatekeeper.pl