Mercurial > emacs
diff src/sysdep.c @ 65424:e5d4c2f48bb3
Fix last change.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 10 Sep 2005 14:12:35 +0000 |
| parents | b7f29d144468 |
| children | 6de0727c40ae |
line wrap: on
line diff
--- a/src/sysdep.c Sat Sep 10 14:05:17 2005 +0000 +++ b/src/sysdep.c Sat Sep 10 14:12:35 2005 +0000 @@ -260,7 +260,7 @@ SIGMASKTYPE sigprocmask_set; -#ifndef HAVE_CURRENT_DIR_NAME +#ifndef HAVE_GET_CURRENT_DIR_NAME /* Return the current working directory. Returns NULL on errors. Any other returned value must be freed with free. This is used
