summaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:25:17 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:25:17 +0000
commitc194af34bd06c5b52a51ced9c9c9fca6f7608a36 (patch)
tree9af606399598306ab7c80b6230502ea109f5a832 /bin/cp
parentd4e2eddf9dc2cb0b45c94be0034c7960366c6c6c (diff)
Notes
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/cp.c4
-rw-r--r--bin/cp/utils.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c
index df60ffc914e5..ecfaf53191be 100644
--- a/bin/cp/cp.c
+++ b/bin/cp/cp.c
@@ -42,10 +42,10 @@ static char const copyright[] =
#ifndef lint
#if 0
-static char const sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94";
+static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: cp.c,v 1.15 1998/05/06 06:50:22 charnier Exp $";
#endif /* not lint */
/*
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index a38329b72807..b261e38863ee 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -33,10 +33,10 @@
#ifndef lint
#if 0
-static char const sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
+static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: utils.c,v 1.17 1998/05/06 06:50:25 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>