summaryrefslogtreecommitdiff
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-07-09 16:01:41 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-07-09 16:01:41 +0200
commitad0a19b70ec45539c65db17cd14098fce8086c93 (patch)
tree2129e91ef02f4e78d6f47b83fa53bd881091af7a /lib-src/ChangeLog
parent794327722e006fb4bceadca844eb49000131fd8e (diff)
downloademacs-ad0a19b70ec45539c65db17cd14098fce8086c93.tar.gz
lib-src/emacsclient.c (w32_execvp): Declare execvp to silence the compiler.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index de15c3d29d5..e2eb418327e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,9 @@
2012-07-09 Juanma Barranquero <lekktu@gmail.com>
+ * emacsclient.c (w32_execvp): Declare execvp to silence the compiler.
+
+2012-07-09 Juanma Barranquero <lekktu@gmail.com>
+
* makefile.w32-in ($(BLD)/test-distrib.exe): Use LIB_SRC, not SRC.
(LIB_SRC, NT_INC, GNU_LIB, MS_W32_H, CONFIG_H, INTTYPES_H, NTLIB_H)
(SYSTIME_H): New macros.