summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.c b/main.c
index b6e3c95..b5ff42f 100644
--- a/main.c
+++ b/main.c
@@ -2141,7 +2141,9 @@ print_version ()
%s\tFree Software Foundation, Inc.\n\
%sThis is free software; see the source for copying conditions.\n\
%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
-%sPARTICULAR PURPOSE.\n\n", precede, precede, precede, precede, precede);
+%sPARTICULAR PURPOSE.\n\n\
+%sReport bugs to <bug-gnu-utils@prep.ai.mit.edu>.\n\n",
+ precede, precede, precede, precede, precede, precede);
printed_version = 1;
@@ -2155,7 +2157,6 @@ print_version ()
static void
print_data_base ()
{
- extern char *ctime ();
time_t when;
when = time ((time_t *) 0);