svn commit: r289766 - head/sys/libkern

Conrad E. Meyer cem at FreeBSD.org
Thu Oct 22 21:04:49 UTC 2015


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.
  *


More information about the svn-src-head mailing list