From owner-svn-src-all@freebsd.org Thu Oct 22 21:04:49 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACCA4A1C8A6; Thu, 22 Oct 2015 21:04:49 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F8A61EBC; Thu, 22 Oct 2015 21:04:49 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9ML4mH9047776; Thu, 22 Oct 2015 21:04:48 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9ML4mb1047770; Thu, 22 Oct 2015 21:04:48 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201510222104.t9ML4mb1047770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: "Conrad E. Meyer" Date: Thu, 22 Oct 2015 21:04:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289766 - head/sys/libkern X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 21:04:49 -0000 Author: cem Date: Thu Oct 22 21:04:47 2015 New Revision: 289766 URL: https://svnweb.freebsd.org/changeset/base/289766 Log: libkern: ffs, fls: s/4/3/ the 3rd BSD clause Approved by: emaste Sponsored by: EMC / Isilon Storage Division Modified: head/sys/libkern/ffs.c head/sys/libkern/ffsl.c head/sys/libkern/ffsll.c head/sys/libkern/fls.c head/sys/libkern/flsl.c head/sys/libkern/flsll.c Modified: head/sys/libkern/ffs.c ============================================================================== --- head/sys/libkern/ffs.c Thu Oct 22 20:28:37 2015 (r289765) +++ head/sys/libkern/ffs.c Thu Oct 22 21:04:47 2015 (r289766) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/libkern/ffsl.c ============================================================================== --- head/sys/libkern/ffsl.c Thu Oct 22 20:28:37 2015 (r289765) +++ head/sys/libkern/ffsl.c Thu Oct 22 21:04:47 2015 (r289766) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/libkern/ffsll.c ============================================================================== --- head/sys/libkern/ffsll.c Thu Oct 22 20:28:37 2015 (r289765) +++ head/sys/libkern/ffsll.c Thu Oct 22 21:04:47 2015 (r289766) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/libkern/fls.c ============================================================================== --- head/sys/libkern/fls.c Thu Oct 22 20:28:37 2015 (r289765) +++ head/sys/libkern/fls.c Thu Oct 22 21:04:47 2015 (r289766) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/libkern/flsl.c ============================================================================== --- head/sys/libkern/flsl.c Thu Oct 22 20:28:37 2015 (r289765) +++ head/sys/libkern/flsl.c Thu Oct 22 21:04:47 2015 (r289766) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/libkern/flsll.c ============================================================================== --- head/sys/libkern/flsll.c Thu Oct 22 20:28:37 2015 (r289765) +++ head/sys/libkern/flsll.c Thu Oct 22 21:04:47 2015 (r289766) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. *