K 10
svn:author
V 5
alexk
K 8
svn:date
V 27
2002-10-22T16:41:23.000000Z
K 7
svn:log
V 300
From Miquel van Smoorenburg <miquels@cistron.nl>:

Fix a problem caused by POSIX fcntl() locking rules - one of the rules
state that 'upon a close(), all locks are released' and that is taken
literally.

Here is the fix for that. We simply open the spool file twice, and use
one fd for locking only.

END
