From owner-svn-src-head@freebsd.org Sat May 19 15:40:10 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2782EB1017; Sat, 19 May 2018 15:40:09 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A54F073831; Sat, 19 May 2018 15:40:09 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-it0-f45.google.com (mail-it0-f45.google.com [209.85.214.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id 686C524C3A; Sat, 19 May 2018 15:40:09 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-it0-f45.google.com with SMTP id z6-v6so16628387iti.4; Sat, 19 May 2018 08:40:09 -0700 (PDT) X-Gm-Message-State: ALKqPweKQWL6lGoiwDH4LKMYaCgrE8olqakgCPhCvaSYGDLzgvlcxWUi bOix0hDjlqrQ+qfZfI/9wclKB2Pr3SOy4J4yWrA= X-Google-Smtp-Source: AB8JxZplfHv/8LD9fAvPEiK0QM+Lig1abakqXm0E72lcw6dAb7uDwgIpIi0ACWS8LncZVdTBJjWSCyQyTK6BfjRKupg= X-Received: by 2002:a24:f9cc:: with SMTP id l195-v6mr11259973ith.132.1526744408864; Sat, 19 May 2018 08:40:08 -0700 (PDT) MIME-Version: 1.0 References: <201805191335.w4JDZq9b015979@pdx.rh.CN85.dnsmgr.net> <29252c55ea65fe53b9ab4e673ec6726c@megadrive.org> In-Reply-To: <29252c55ea65fe53b9ab4e673ec6726c@megadrive.org> From: Matthew Macy Date: Sat, 19 May 2018 08:39:58 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333822 - head/sys/kern To: Emmanuel Vadot Cc: owner-src-committers@freebsd.org, rgrimes@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 15:40:10 -0000 On Sat, May 19, 2018 at 07:17 Emmanuel Vadot 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? > > > >> + * Copyright (c) 2018 Matthew Macy > >> * > >> * Redistribution and use in source and binary forms, with or without > >> * modification, are permitted provided that the following conditions > > ... > > That also seems a small patch to add your name in the copyright. > Uhh... Locking rewrite was a small patch? Really? > > -- > Emmanuel Vadot >