aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorMiles Bader2005-03-09 00:09:34 +0000
committerMiles Bader2005-03-09 00:09:34 +0000
commit2cdd4f8845ab5519a15f3c603d9ab48f7e1a91bd (patch)
tree61823da8e4c3589c2c30ffaea3353cb92def7b1f /lib-src
parentbcd98ae6b3b5ed8f38618b3a52acdbcd944c8095 (diff)
parentec3c4a4cf2b336d2ca507e30877115a3e37e4df4 (diff)
downloademacs-2cdd4f8845ab5519a15f3c603d9ab48f7e1a91bd.tar.gz
emacs-2cdd4f8845ab5519a15f3c603d9ab48f7e1a91bd.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 150-165) - Update from CVS - Merge from gnus--rel--5.10 - Add info/dir to arch branch * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-37) - Merge from emacs--cvs-trunk--0 - Update from CVS
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/make-docfile.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4ffa38482cf..0978e8835ca 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * make-docfile.c: Undo previous change.
4
12005-02-04 Andreas Schwab <schwab@suse.de> 52005-02-04 Andreas Schwab <schwab@suse.de>
2 6
3 * movemail.c (fatal): Accept third parameter and pass down to 7 * movemail.c (fatal): Accept third parameter and pass down to
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 02ddbabe7a7..e502061b759 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -43,11 +43,11 @@ Boston, MA 02111-1307, USA. */
43#undef chdir 43#undef chdir
44 44
45#include <stdio.h> 45#include <stdio.h>
46#include <stdlib.h>
47#ifdef MSDOS 46#ifdef MSDOS
48#include <fcntl.h> 47#include <fcntl.h>
49#endif /* MSDOS */ 48#endif /* MSDOS */
50#ifdef WINDOWSNT 49#ifdef WINDOWSNT
50#include <stdlib.h>
51#include <fcntl.h> 51#include <fcntl.h>
52#include <direct.h> 52#include <direct.h>
53#endif /* WINDOWSNT */ 53#endif /* WINDOWSNT */