Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ufs/ffs/ffs_bswap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ffs/ffs_bswap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- src/sys/ufs/ffs/ffs_bswap.c 2009/01/18 12:08:51 1.33 +++ src/sys/ufs/ffs/ffs_bswap.c 2009/10/19 18:41:17 1.34 @@ -1,4 +1,4 @@ -/* $NetBSD: ffs_bswap.c,v 1.33 2009/01/18 12:08:51 lukem Exp $ */ +/* $NetBSD: ffs_bswap.c,v 1.34 2009/10/19 18:41:17 bouyer Exp $ */ /* * Copyright (c) 1998 Manuel Bouyer. @@ -11,11 +11,6 @@ * 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 Manuel Bouyer. - * 4. 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 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -35,7 +30,7 @@ #endif #include -__KERNEL_RCSID(0, "$NetBSD: ffs_bswap.c,v 1.33 2009/01/18 12:08:51 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ffs_bswap.c,v 1.34 2009/10/19 18:41:17 bouyer Exp $"); #include #if defined(_KERNEL)