* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
commitdec834684640a6495b39bf11e500d326b4ff193b
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 28 Sep 2010 13:39:22 +0000 (28 15:39 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 28 Sep 2010 13:39:22 +0000 (28 15:39 +0200)
tree5df895cb9e1a97c7d4b6aac2056fe795dadbe3e5
parent53ad04fc4628d0c75ff3054bd3b77c8689fca6d4
* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
is more portable.

* keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
(kbd_buffer_get_event): ... here. This is needed for cygwin, which
has not defined SIGIO.
src/ChangeLog
src/dbusbind.c
src/keyboard.c