summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 15:59:39 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 15:59:39 +0000
commit83d4b736d21720106b2d63858ecdf0a5ceb80b01 (patch)
tree04ebf3711803a178bd3adcb600b814ba65eb1403 /src/remove.c
parent257c5c4737ce0399316199903ae402ae9e794a84 (diff)
downloadcoreutils-83d4b736d21720106b2d63858ecdf0a5ceb80b01.tar.xz
revert back to using lower case _unlocked 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 99337ad55..7a6585bd1 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);