summaryrefslogtreecommitdiff
path: root/remote-cstms.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-05 00:52:45 +0000
committerRoland McGrath <roland@redhat.com>1992-07-05 00:52:45 +0000
commitbc1770c0350a3571bd88b6b8816de59ba6de521a (patch)
treefc3465ee0e69427dd362a48c5a52c39dc3609256 /remote-cstms.c
parent50cd0d5a12b3d6b3dae5034bb2952073f768f350 (diff)
downloadgunmake-bc1770c0350a3571bd88b6b8816de59ba6de521a.tar.gz
Formerly remote-cstms.c.~6~
Diffstat (limited to 'remote-cstms.c')
-rw-r--r--remote-cstms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-cstms.c b/remote-cstms.c
index 317b4e0..c933af5 100644
--- a/remote-cstms.c
+++ b/remote-cstms.c
@@ -72,7 +72,7 @@ start_remote_job (argv, envp, stdin_fd, is_remote, id_ptr, used_stdin)
/* Find the current directory. */
if (getcwd (cwd, GET_PATH_MAX) == 0)
{
-#ifndef GETCWD_MISSING
+#ifdef HAVE_GETCWD
perror_with_name ("exporting: getcwd: ", "");
#else
error ("exporting: getwd: %s", cwd);