Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/mvme68k Follow revision 1.28 in OpenBSD: re...



details:   https://anonhg.NetBSD.org/src/rev/d01097d13dfd
branches:  trunk
changeset: 748399:d01097d13dfd
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Oct 23 03:28:09 2009 +0000

description:
Follow revision 1.28 in OpenBSD: remove ad clause.

diffstat:

 sys/arch/mvme68k/mvme68k/disksubr.c |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 1e8f995ba8f7 -r d01097d13dfd sys/arch/mvme68k/mvme68k/disksubr.c
--- a/sys/arch/mvme68k/mvme68k/disksubr.c       Fri Oct 23 03:25:36 2009 +0000
+++ b/sys/arch/mvme68k/mvme68k/disksubr.c       Fri Oct 23 03:28:09 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.34 2009/04/11 11:04:41 scw Exp $        */
+/*     $NetBSD: disksubr.c,v 1.35 2009/10/23 03:28:09 snj Exp $        */
 
 /*
  * Copyright (c) 1995 Dale Rahn.
@@ -12,10 +12,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.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *   This product includes software developed by Dale Rahn.
- * 4. The name of the author may not be used to endorse or promote products
+ * 3. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
@@ -31,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.34 2009/04/11 11:04:41 scw Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.35 2009/10/23 03:28:09 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index