diff options
Diffstat (limited to 'sunrpc/rpc_main.c')
-rw-r--r-- | sunrpc/rpc_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index 5c6d9569ae..e020ef030f 100644 --- a/sunrpc/rpc_main.c +++ b/sunrpc/rpc_main.c @@ -1148,6 +1148,8 @@ checkfiles (const char *infile, const char *outfile) else { fprintf (stderr, + /* TRANS: the file will not be removed; this is an + TRANS: informative message. */ _("file `%s' already exists and may be overwritten\n"), outfile); crash (); |