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/libexec/rshd/rshd.c,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/rshd/rshd.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- src/libexec/rshd/rshd.c 2007/12/15 19:44:46 1.45 +++ src/libexec/rshd/rshd.c 2008/07/20 01:09:07 1.46 @@ -1,4 +1,4 @@ -/* $NetBSD: rshd.c,v 1.45 2007/12/15 19:44:46 perry Exp $ */ +/* $NetBSD: rshd.c,v 1.46 2008/07/20 01:09:07 lukem Exp $ */ /* * Copyright (C) 1998 WIDE Project. @@ -64,12 +64,12 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1992, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1992, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; #else -__RCSID("$NetBSD: rshd.c,v 1.45 2007/12/15 19:44:46 perry Exp $"); +__RCSID("$NetBSD: rshd.c,v 1.46 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */