* filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2013 23:12:42 +0000 (16:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2013 23:12:42 +0000 (16:12 -0700)
commit5c97beae62104207d0c9099919c7955c8e6f57fd
treedcbd4cc2889125cc2b9889bb3cbfd86abe532e61
parentf6dd8b3647e7c0d32fc142a77cc6ad4c18deb916
* filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:

Simplify by making this case like the other two.  This is a bit
slower on obsolete hosts, but the extra complexity isn't worth it.
src/ChangeLog
src/filelock.c