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/games/morse/morse.c,v rcsdiff: /ftp/cvs/cvsroot/src/games/morse/morse.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.16.6.1 retrieving revision 1.17 diff -u -p -r1.16.6.1 -r1.17 --- src/games/morse/morse.c 2012/10/30 18:58:26 1.16.6.1 +++ src/games/morse/morse.c 2012/06/19 05:46:08 1.17 @@ -1,4 +1,4 @@ -/* $NetBSD: morse.c,v 1.16.6.1 2012/10/30 18:58:26 yamt Exp $ */ +/* $NetBSD: morse.c,v 1.17 2012/06/19 05:46:08 dholland Exp $ */ /* * Copyright (c) 1988, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 19 #if 0 static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: morse.c,v 1.16.6.1 2012/10/30 18:58:26 yamt Exp $"); +__RCSID("$NetBSD: morse.c,v 1.17 2012/06/19 05:46:08 dholland Exp $"); #endif #endif /* not lint */