]> granicus.if.org Git - neomutt/commit
mutt/file.c: split mutt_file_{lock,unlock} into flock/fcntl versions
authorLars Kellogg-Stedman <lars@oddbit.com>
Sun, 22 Apr 2018 00:42:28 +0000 (20:42 -0400)
committerRichard Russon <rich@flatcap.org>
Mon, 23 Apr 2018 23:11:48 +0000 (00:11 +0100)
commit3dd1acfed4adbf33b6e62c4695ec88ee504376a2
tree22fee0af620aca7b5fbefffcb61302bd763156d0
parentcfa21886505226b0c9492a13588b5beea342d833
mutt/file.c: split mutt_file_{lock,unlock} into flock/fcntl versions

this splits mutt_file_lock and mutt_file_unlock into separate
fcntl() and flock() based versions.  It teaches ./configure
about the new --with-lock option (--with-lock=fcntl or
--with-lock=flock).

Includes updates to INSTALL and AUTOSETUP.md that reference the
removed --enable-fcntl and --enable-flock options.

Closes #1147
AUTOSETUP.md
INSTALL
auto.def
mutt/file.c