diff lib-src/ChangeLog @ 42142:a710756cec7c

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 18 Dec 2001 16:47:01 +0000
parents 0fe5fe39786c
children 1f6503c2071d
line wrap: on
line diff
--- a/lib-src/ChangeLog	Tue Dec 18 16:45:17 2001 +0000
+++ b/lib-src/ChangeLog	Tue Dec 18 16:47:01 2001 +0000
@@ -1,3 +1,19 @@
+2001-12-18  Dave Love  <fx@gnu.org>
+
+	* test-distrib.c: Conditionally include fcntl.h.
+
+	* fakemail.c: Include "config.h", not <../src/config.h>.
+	(_XOPEN_SOURCE): Define as 500.
+
+	* emacsserver.c: Include "config.h", not <../src/config.h>.
+
+	* cvtmail.c: Include config.h, stdlib.h.
+	(xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
+
+	* yow.c: Conditionally include various headers.  Use "epaths.h",
+	not <../src/epaths.h>.
+	(malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
+
 2001-12-12  Francesco Potorti`  <pot@gnu.org>
 
 	* etags.c (PHP_functions): New function by Diez B. Roggisch,