From 55ca8fbe42ed849ad64696a9d5da35b19eeb38c2 Mon Sep 17 00:00:00 2001 From: pfg Date: Mon, 20 Jan 2014 21:58:20 +0000 Subject: [PATCH] MFC r259531; gcc: point to our address for bug reports. As recommended by the FSF in gcc/version.c : "If you distribute a modified version of GCC, please change this to refer to a document giving instructions for reporting bugs to you, not us." git-svn-id: svn://svn.freebsd.org/base/stable/10@260935 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- contrib/gcc/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 0da50b1c7..dd972acf1 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -18,7 +18,7 @@ forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = ""; +const char bug_report_url[] = ""; /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */ -- 2.45.0