summaryrefslogtreecommitdiff
path: root/src/cp-hash.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-01-27 17:03:21 +0000
committerJim Meyering <jim@meyering.net>1995-01-27 17:03:21 +0000
commit69f39255bc7f02c65e5f7ff0e6c2788430c47e9c (patch)
treeee636591236912ecd163f75a7fc906f78bbceb87 /src/cp-hash.c
parentb4cde80810566bdfe0663dbef2a5b671fe58240f (diff)
downloadcoreutils-69f39255bc7f02c65e5f7ff0e6c2788430c47e9c.tar.xz
Rename SAFE_STAT and SAFE_LSTAT to lower case names.
Diffstat (limited to 'src/cp-hash.c')
-rw-r--r--src/cp-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index 92c55a130..467428411 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -37,7 +37,7 @@ remember_created (path)
{
struct stat sb;
- if (SAFE_STAT (path, &sb) < 0)
+ if (safe_stat (path, &sb) < 0)
{
error (0, errno, "%s", path);
return 1;