summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 02:10:24 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 02:10:24 +0000
commit02fc5fa0d0a68fa070dcb93983ad20590e051164 (patch)
tree6e1a0c837ad0724d823599cde25fad9e3f9d61ad /src/remove.c
parentb62793b100c35efe44f66184e7f60ebc8ab890e5 (diff)
downloadcoreutils-02fc5fa0d0a68fa070dcb93983ad20590e051164.tar.xz
Change all uses of unlocked-wrapped functions to their upper case wrapper names.
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/remove.c b/src/remove.c
index 7a6585bd1..99337ad55 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -155,7 +155,7 @@ print_nth_dir (FILE *stream, unsigned int depth)
sum += length[i];
}
- fwrite (dir_name, 1, sum, stream);
+ FWRITE (dir_name, 1, sum, stream);
}
static inline struct active_dir_ent *
@@ -801,10 +801,10 @@ NOTIFY YOUR SYSTEM MANAGER.\n\
The following two directories have the same inode number:\n"));
/* FIXME: test this!! */
print_nth_dir (stderr, current_depth ());
- fputc ('\n', stderr);
+ FPUTC ('\n', stderr);
print_nth_dir (stderr, old_ent->depth);
- fputc ('\n', stderr);
- fflush (stderr);
+ FPUTC ('\n', stderr);
+ FFLUSH (stderr);
free (old_ent);