summaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
commitbff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch)
treef979656ed109e888baec4c361944b615bc0f7d2c /bin/cp
parentc37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff)
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/Makefile2
-rw-r--r--bin/cp/cp.12
-rw-r--r--bin/cp/cp.c2
-rw-r--r--bin/cp/extern.h2
-rw-r--r--bin/cp/utils.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index f4ca4d25c87f..6e39643fe620 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.4 1997/02/22 14:01:32 peter Exp $
+# $Id: Makefile,v 1.5 1998/11/14 23:43:11 wosch Exp $
PROG= cp
SRCS= cp.c utils.c
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index b9d047e1175a..488c0d6b74a3 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
-.\" $Id: cp.1,v 1.11 1998/10/13 08:52:29 jkoshy Exp $
+.\" $Id: cp.1,v 1.11.2.1 1999/05/08 10:40:58 kris Exp $
.\"
.Dd April 18, 1994
.Dt CP 1
diff --git a/bin/cp/cp.c b/bin/cp/cp.c
index a53953ef2cc7..d68a5386001b 100644
--- a/bin/cp/cp.c
+++ b/bin/cp/cp.c
@@ -45,7 +45,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
- "$Id: cp.c,v 1.17 1998/06/09 13:42:51 dt Exp $";
+ "$Id: cp.c,v 1.17.2.1 1999/05/08 10:40:59 kris Exp $";
#endif /* not lint */
/*
diff --git a/bin/cp/extern.h b/bin/cp/extern.h
index d6f6c29a242d..ad161c4db35e 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/1/94
- * $Id$
+ * $Id: extern.h,v 1.7 1997/02/22 14:01:33 peter Exp $
*/
typedef struct {
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index 593c1862cd65..15096b609a9f 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
- "$Id: utils.c,v 1.21 1998/11/18 11:47:45 bde Exp $";
+ "$Id: utils.c,v 1.21.2.1 1999/05/08 10:41:01 kris Exp $";
#endif /* not lint */
#include <sys/param.h>