* emacsclient.c (getcwd): Fix previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Jul 2010 03:36:54 +0000 (05:36 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Jul 2010 03:36:54 +0000 (05:36 +0200)
commit35a7804dae480ba540f77f4431d2327275357d0f
tree642ca885b49a7f2cbd7587fefade265c8e72b5d2
parent361358ea12271d5d747773a2d1ba743ee9516745
* 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).
lib-src/ChangeLog
lib-src/emacsclient.c