]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add FIXME comment.
authorJim Meyering <jim@meyering.net>
Fri, 3 May 2002 11:46:59 +0000 (11:46 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 3 May 2002 11:46:59 +0000 (11:46 +0000)
src/remove.c

index e91fa8b7f1c280a1422a99ea989a2e6f43eb4766..affd397ef5354a08dd92e37e05a00f9969f4598c 100644 (file)
@@ -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  */