Port to OpenBSD.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2011 17:33:06 +0000 (10:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2011 17:33:06 +0000 (10:33 -0700)
commit590bd46743151a55ba68a7d211f82b2485c57d3a
tree5aeae1bbd40336943ada352e2d9fee2d71067af4
parentf41628b25314bf3ab1129306a6ff414650fea915
Port to OpenBSD.

See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
and the surrounding thread.
* minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
rather than fgets, and retry after EINTR.  Otherwise, 'emacs
--batch -f byte-compile-file' fails on OpenBSD if an inactivity
timer goes off.
* s/openbsd.h (BROKEN_SIGIO): Define.
* unexelf.c (unexec) [__OpenBSD__]:
Don't update the .mdebug section of the Alpha COFF symbol table.
src/ChangeLog
src/minibuf.c
src/s/openbsd.h
src/unexelf.c