From: Jim Meyering Date: Fri, 3 May 2002 11:46:59 +0000 (+0000) Subject: Add FIXME comment. X-Git-Tag: FILEUTILS-4_1_9~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebc0c4c72f21fa3bca3945fe29cf025028b66e22;p=thirdparty%2Fcoreutils.git Add FIXME comment. --- diff --git a/src/remove.c b/src/remove.c index e91fa8b7f1..affd397ef5 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 */