diff options
| author | Juanma Barranquero | 2010-07-25 05:36:54 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-25 05:36:54 +0200 |
| commit | 35a7804dae480ba540f77f4431d2327275357d0f (patch) | |
| tree | 642ca885b49a7f2cbd7587fefade265c8e72b5d2 /lib-src/ChangeLog | |
| parent | 361358ea12271d5d747773a2d1ba743ee9516745 (diff) | |
| download | emacs-35a7804dae480ba540f77f4431d2327275357d0f.tar.gz emacs-35a7804dae480ba540f77f4431d2327275357d0f.zip | |
* emacsclient.c (getcwd): Fix previous change.
Make getcwd conditional on HAVE_GETCWD and declare with the
correct POSIX profile (for some reason MinGW headers define
its 2nd arg as int, not size_t; but getcwd is not used on
Windows nonetheless).
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 09d139019e8..d0ab1087aa9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | 1 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * emacsclient.c (getcwd): Fix previous change: make getcwd | ||
| 4 | conditional on HAVE_GETCWD and declare with the correct POSIX | ||
| 5 | profile (for some reason MinGW headers define its 2nd arg as int, | ||
| 6 | not size_t; but getcwd is not used on Windows nonetheless). | ||
| 7 | |||
| 8 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 9 | |||
| 3 | * emacsclient.c (getcwd, w32_getenv): | 10 | * emacsclient.c (getcwd, w32_getenv): |
| 4 | * ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes. | 11 | * ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes. |
| 5 | 12 | ||