summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-13 07:25:17 +0000
committercharnier <charnier@FreeBSD.org>1998-05-13 07:25:17 +0000
commit8479be9410e31da881b2d2336b41e138a8a79738 (patch)
tree4315d9f2093add2ac0c822c857707515dc2bd938
parenta9eea7e9e379050372cda23f25ff89ce3220226b (diff)
downloadFreeBSD-src-8479be9410e31da881b2d2336b41e138a8a79738.zip
FreeBSD-src-8479be9410e31da881b2d2336b41e138a8a79738.tar.gz
Restore Lite-2 sccsid.
-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 df60ffc..ecfaf53 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 a38329b..b261e38 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>
OpenPOWER on IntegriCloud