summaryrefslogtreecommitdiff
path: root/bin/rcp
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-07-28 06:05:36 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-07-28 06:05:36 +0000
commit0a4041c7528f3b68190580bb4cc20daa9ccd5cce (patch)
tree438bb66cfde71183cd7515b0c34a9d8fbe9c6f21 /bin/rcp
parentf53fd3b96886107435bdf03f65e0e9f61c51119e (diff)
rcsid should say openbsd
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/rcp.c4
-rw-r--r--bin/rcp/util.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index 50ab448b4d8..8e6f07d459d 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcp.c,v 1.36 2003/07/18 00:44:50 deraadt Exp $ */
+/* $OpenBSD: rcp.c,v 1.37 2003/07/28 06:05:35 tedu Exp $ */
/* $NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $ */
/*
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $";
+static const char rcsid[] = "$OpenBSD: rcp.c,v 1.37 2003/07/28 06:05:35 tedu Exp $";
#endif
#endif /* not lint */
diff --git a/bin/rcp/util.c b/bin/rcp/util.c
index f2cd0b80b12..9daa3948eb6 100644
--- a/bin/rcp/util.c
+++ b/bin/rcp/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.12 2003/06/02 23:32:09 millert Exp $ */
+/* $OpenBSD: util.c,v 1.13 2003/07/28 06:05:35 tedu Exp $ */
/* $NetBSD: util.c,v 1.2 1995/03/21 08:19:08 cgd Exp $ */
/*-
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: util.c,v 1.12 2003/06/02 23:32:09 millert Exp $";
+static const char rcsid[] = "$OpenBSD: util.c,v 1.13 2003/07/28 06:05:35 tedu Exp $";
#endif
#endif /* not lint */