=================================================================== RCS file: /cvs/sys/arch/powerpc/powerpc/bcopy.c,v retrieving revision 1.1 retrieving revision 1.1.1.1 diff -u -r1.1 -r1.1.1.1 --- sys/arch/powerpc/powerpc/bcopy.c 2008/03/04 16:07:48 1.1 +++ sys/arch/powerpc/powerpc/bcopy.c 2008/03/04 16:07:48 1.1.1.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: bcopy.c,v 1.1 2008/03/04 16:07:48 nbrk Exp $ */ +/* $OpenBSD: bcopy.c,v 1.1.1.1 2008/03/04 16:07:48 nbrk Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)bcopy.c 5.11 (Berkeley) 6/21/91";*/ -static char *rcsid = "$Id: bcopy.c,v 1.1 2008/03/04 16:07:48 nbrk Exp $"; +static char *rcsid = "$Id: bcopy.c,v 1.1.1.1 2008/03/04 16:07:48 nbrk Exp $"; #endif /* LIBC_SCCS and not lint */ #include