Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2017 15:46:17 -0500
From:      Pedro Giffuni <pfg@FreeBSD.org>
To:        Cy Schubert <cy@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r327384 - head/sys/dev/ep
Message-ID:  <37c6dd5a-ef90-4c62-9139-35df00cd05fc@FreeBSD.org>
In-Reply-To: <201712301927.vBUJRMLk090504@repo.freebsd.org>
References:  <201712301927.vBUJRMLk090504@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Oops ...


On 30/12/2017 14:27, Cy Schubert wrote:
> Author: cy
> Date: Sat Dec 30 19:27:22 2017
> New Revision: 327384
> URL: https://svnweb.freebsd.org/changeset/base/327384
>
> Log:
>    Fix r327383:
>    
>    .../sys/dev/ep/elink.c:31:1: error: '/*' within block comment
>    [-Werror,-Wcomment]
>    /* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $
>    ^
>
> Modified:
>    head/sys/dev/ep/elink.c
>
> Modified: head/sys/dev/ep/elink.c
> ==============================================================================
> --- head/sys/dev/ep/elink.c	Sat Dec 30 15:13:33 2017	(r327383)
> +++ head/sys/dev/ep/elink.c	Sat Dec 30 19:27:22 2017	(r327384)
> @@ -28,7 +28,7 @@
>    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
>    * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
>    *
> -/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $
> + * $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $
>    */

Thanks, the change was too simple and I didn't bother to test it.

Preparing for a a new year with the pointyhat on ;).

Pedro.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37c6dd5a-ef90-4c62-9139-35df00cd05fc>