svn commit: r327383 - head/sys/dev/ep

Cy Schubert Cy.Schubert at komquats.com
Sat Dec 30 19:29:21 UTC 2017


In message <201712301513.vBUFDXKj082294 at repo.freebsd.org>, "Pedro F. 
Giffuni" w
rites:
> Author: pfg
> Date: Sat Dec 30 15:13:33 2017
> New Revision: 327383
> URL: https://svnweb.freebsd.org/changeset/base/327383
>
> Log:
>   elink.[ch]: Move historic VCS tags after the license.
>   
>   This matches better our common practices and style.
>
> Modified:
>   head/sys/dev/ep/elink.c
>   head/sys/dev/ep/elink.h
>
> Modified: head/sys/dev/ep/elink.c
> =============================================================================
> =
> --- head/sys/dev/ep/elink.c	Sat Dec 30 12:56:50 2017	(r327382)
> +++ head/sys/dev/ep/elink.c	Sat Dec 30 15:13:33 2017	(r327383)
> @@ -1,5 +1,3 @@
> -/*	$NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $	*/
> -
>  /*-
>   * SPDX-License-Identifier: BSD-4-Clause
>   *
> @@ -29,6 +27,8 @@
>   * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
>   * (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 $
>   */
>  

Hi Pedro,

I got this:

/opt/src/svn-current/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 $
^

I'll go ahead and fix this for us.


-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.






More information about the svn-src-head mailing list