]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation warning in the MinGW build
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Jul 2016 17:38:22 +0000 (20:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Jul 2016 17:38:22 +0000 (20:38 +0300)
commitd0e1774a5850b924915bde5abefe791ce18d84a2
treeb9f3d3b80f5338e784a952228c12086fc7358eb7
parentad90397c599034a5f2a977baf9d04802f986eee2
Fix compilation warning in the MinGW build

* nt/inc/ms-w32.h: Include stdint.h.
(_execvp, execve): Provide prototypes.

* lib-src/emacsclient.c [WINDOWSNT]: Remove prototype for execvp,
it is now in nt/inc/ms-w32.h.
* lib-src/ntlib.c (getppid): Avoid compiler warnings due to format
mismatch.
(sys_ctime): Remove, not used.
lib-src/emacsclient.c
lib-src/ntlib.c
nt/inc/ms-w32.h