Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2015 16:04:05 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280381 - head/sys/arm64/include
Message-ID:  <201503231604.t2NG455A055762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Mon Mar 23 16:04:04 2015
New Revision: 280381
URL: https://svnweb.freebsd.org/changeset/base/280381

Log:
  Renumber clauses to avoid missing 3

Modified:
  head/sys/arm64/include/_types.h
  head/sys/arm64/include/cpu.h
  head/sys/arm64/include/float.h
  head/sys/arm64/include/pmap.h
  head/sys/arm64/include/proc.h
  head/sys/arm64/include/signal.h
  head/sys/arm64/include/stdarg.h
  head/sys/arm64/include/vmparam.h

Modified: head/sys/arm64/include/_types.h
==============================================================================
--- head/sys/arm64/include/_types.h	Mon Mar 23 15:53:26 2015	(r280380)
+++ head/sys/arm64/include/_types.h	Mon Mar 23 16:04:04 2015	(r280381)
@@ -11,7 +11,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/arm64/include/cpu.h
==============================================================================
--- head/sys/arm64/include/cpu.h	Mon Mar 23 15:53:26 2015	(r280380)
+++ head/sys/arm64/include/cpu.h	Mon Mar 23 16:04:04 2015	(r280381)
@@ -17,7 +17,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/arm64/include/float.h
==============================================================================
--- head/sys/arm64/include/float.h	Mon Mar 23 15:53:26 2015	(r280380)
+++ head/sys/arm64/include/float.h	Mon Mar 23 16:04:04 2015	(r280381)
@@ -14,7 +14,7 @@
  *    must display the following acknowledgement:
  *	This product includes software developed by the University of
  *	California, Berkeley and its contributors.
- * 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/arm64/include/pmap.h
==============================================================================
--- head/sys/arm64/include/pmap.h	Mon Mar 23 15:53:26 2015	(r280380)
+++ head/sys/arm64/include/pmap.h	Mon Mar 23 16:04:04 2015	(r280381)
@@ -14,7 +14,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/arm64/include/proc.h
==============================================================================
--- head/sys/arm64/include/proc.h	Mon Mar 23 15:53:26 2015	(r280380)
+++ head/sys/arm64/include/proc.h	Mon Mar 23 16:04:04 2015	(r280381)
@@ -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/arm64/include/signal.h
==============================================================================
--- head/sys/arm64/include/signal.h	Mon Mar 23 15:53:26 2015	(r280380)
+++ head/sys/arm64/include/signal.h	Mon Mar 23 16:04:04 2015	(r280381)
@@ -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/arm64/include/stdarg.h
==============================================================================
--- head/sys/arm64/include/stdarg.h	Mon Mar 23 15:53:26 2015	(r280380)
+++ head/sys/arm64/include/stdarg.h	Mon Mar 23 16:04:04 2015	(r280381)
@@ -11,7 +11,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/arm64/include/vmparam.h
==============================================================================
--- head/sys/arm64/include/vmparam.h	Mon Mar 23 15:53:26 2015	(r280380)
+++ head/sys/arm64/include/vmparam.h	Mon Mar 23 16:04:04 2015	(r280381)
@@ -15,7 +15,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.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503231604.t2NG455A055762>