summaryrefslogtreecommitdiff
path: root/src/chgrp.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/chgrp.c
parentb4cde80810566bdfe0663dbef2a5b671fe58240f (diff)
downloadcoreutils-69f39255bc7f02c65e5f7ff0e6c2788430c47e9c.tar.xz
Rename SAFE_STAT and SAFE_LSTAT to lower case names.
Diffstat (limited to 'src/chgrp.c')
-rw-r--r--src/chgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index a60f7783a..4351281c8 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -181,7 +181,7 @@ change_file_group (file, group)
struct stat file_stats;
int errors = 0;
- if (SAFE_LSTAT (file, &file_stats))
+ if (safe_lstat (file, &file_stats))
{
if (force_silent == 0)
error (0, errno, "%s", file);