diff options
author | Jim Meyering <jim@meyering.net> | 2002-05-03 11:46:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-05-03 11:46:59 +0000 |
commit | ebc0c4c72f21fa3bca3945fe29cf025028b66e22 (patch) | |
tree | 3b998594b92300dd3246c79ca41cda220351576e /src | |
parent | 65e6baf5a92e786954078ed8979a85b57cf37326 (diff) | |
download | coreutils-ebc0c4c72f21fa3bca3945fe29cf025028b66e22.tar.xz |
Add FIXME comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/remove.c b/src/remove.c index e91fa8b7f..affd397ef 100644 --- a/src/remove.c +++ b/src/remove.c @@ -82,6 +82,11 @@ int rpl_lstat PARAMS((const char *, struct stat *)); int euidaccess (); int yesno (); +/* FIXME: remove this declaration and instead write a new function, + error_no_prog, that saves error.c's error_print_progname, sets it to + point to function that does nothing, calls error, then restores + the original value of error_print_progname. Use error_no_prog in + place of `fprintf (stderr,'. */ extern char *program_name; /* state initialized by remove_init, freed by remove_fini */ |