diff options
| author | Eli Zaretskii | 2008-05-09 20:37:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-05-09 20:37:32 +0000 |
| commit | 10fea9c4d210182a5bb60f0a537e7c8d5fcb9a9a (patch) | |
| tree | 138a0b0b693b8d725e64e5b9f34cb26fa1e13265 /lib-src/ChangeLog | |
| parent | 6877092ed693b50f487b4b6f4f14e631f4f7045c (diff) | |
| download | emacs-10fea9c4d210182a5bb60f0a537e7c8d5fcb9a9a.tar.gz emacs-10fea9c4d210182a5bb60f0a537e7c8d5fcb9a9a.zip | |
Include sys/types.h, sys/stat.h, and errno.h.
(IS_DIRECTORY_SEP): New macro.
(convert_time, is_exec, stat): New functions.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1b64f54cbdd..d0441496474 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-05-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * ntlib.c: Include sys/types.h, sys/stat.h, and errno.h. | ||
| 4 | (IS_DIRECTORY_SEP): New macro. | ||
| 5 | (convert_time, is_exec, stat): New functions. | ||
| 6 | |||
| 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> | 7 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc. | 9 | * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc. |