svn commit: r333822 - head/sys/kern

Warner Losh imp at bsdimp.com
Sat May 19 17:23:46 UTC 2018


On Sat, May 19, 2018 at 10:57 AM, Rodney W. Grimes <
freebsd at pdx.rh.cn85.dnsmgr.net> wrote:

> [ Charset UTF-8 unsupported, converting... ]
> > On Sat, May 19, 2018 at 07:17 Emmanuel Vadot <manu at bidouilliste.com>
> wrote:
> >
> > > On 2018-05-19 15:35, Rodney W. Grimes wrote:
> > > > [ Charset UTF-8 unsupported, converting... ]
> > > >> Author: mmacy
> > > >> Date: Sat May 19 02:15:40 2018
> > > >> New Revision: 333822
> > > >> URL: https://svnweb.freebsd.org/changeset/base/333822
> > > >>
> > > >> Log:
> > > >>   fix gcc8 unused variable and set but not used variable in unix
> > > >> sockets
> > > >>   add copyright from lock rewrite while here
> > > >>
> > > >> Modified:
> > > >>   head/sys/kern/uipc_usrreq.c
> > > >>
> > > >> Modified: head/sys/kern/uipc_usrreq.c
> > > >>
> > > ============================================================
> ==================
> > > >> --- head/sys/kern/uipc_usrreq.c      Sat May 19 00:47:24 2018
> > > (r333821)
> > > >> +++ head/sys/kern/uipc_usrreq.c      Sat May 19 02:15:40 2018
> > > (r333822)
> > > >> @@ -4,7 +4,7 @@
> > > >>   * Copyright (c) 1982, 1986, 1989, 1991, 1993
> > > >>   *  The Regents of the University of California.
> > > >>   * Copyright (c) 2004-2009 Robert N. M. Watson
> > > >> - * All rights reserved.
> > > >
> > > > Did you have permission from Robert Watson to remove this?
>
> This issue seems to be getting ignored?
>

Well, you'd need permission from the regents too, since it originated there
before rwatson inserted his copyright. I've talked to Matt online and will
be reverting this one line of his change.

Thanks for the eagle eye.

Warner


More information about the svn-src-all mailing list