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/rcp/rcp.c,v rcsdiff: /ftp/cvs/cvsroot/src/bin/rcp/rcp.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.48.8.1 retrieving revision 1.49 diff -u -p -r1.48.8.1 -r1.49 --- src/bin/rcp/rcp.c 2012/05/09 15:42:08 1.48.8.1 +++ src/bin/rcp/rcp.c 2012/05/07 15:22:54 1.49 @@ -1,4 +1,4 @@ -/* $NetBSD: rcp.c,v 1.48.8.1 2012/05/09 15:42:08 riz Exp $ */ +/* $NetBSD: rcp.c,v 1.49 2012/05/07 15:22:54 chs Exp $ */ /* * Copyright (c) 1983, 1990, 1992, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 19 #if 0 static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: rcp.c,v 1.48.8.1 2012/05/09 15:42:08 riz Exp $"); +__RCSID("$NetBSD: rcp.c,v 1.49 2012/05/07 15:22:54 chs Exp $"); #endif #endif /* not lint */