]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Tue Aug 27 01:06:34 1996 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@redhat.com>
Tue, 27 Aug 1996 11:29:03 +0000 (11:29 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 27 Aug 1996 11:29:03 +0000 (11:29 +0000)
* main.c (print_version): Print out bug-reporting address.
Mon Aug 26 19:55:47 1996  Roland McGrath  <roland@baalperazim.frob.com>

* main.c (print_data_base): Don't declare ctime; headers do it for us
  already.

main.c

diff --git a/main.c b/main.c
index b6e3c95907fcd04b128111a13c5ed5148f95c35d..b5ff42fe70611706db803efc39df98426d2ca767 100644 (file)
--- 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);