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/bin/dd/dd.c,v rcsdiff: /ftp/cvs/cvsroot/src/bin/dd/dd.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.41 retrieving revision 1.42 diff -u -p -r1.41 -r1.42 --- src/bin/dd/dd.c 2008/05/26 14:21:08 1.41 +++ src/bin/dd/dd.c 2008/07/20 00:52:39 1.42 @@ -1,4 +1,4 @@ -/* $NetBSD: dd.c,v 1.41 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: dd.c,v 1.42 2008/07/20 00:52:39 lukem Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -35,15 +35,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1991, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: dd.c,v 1.41 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: dd.c,v 1.42 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */