summaryrefslogtreecommitdiff
path: root/usr.bin/cmp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/cmp
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r--usr.bin/cmp/Makefile2
-rw-r--r--usr.bin/cmp/cmp.11
-rw-r--r--usr.bin/cmp/cmp.c3
-rw-r--r--usr.bin/cmp/extern.h1
-rw-r--r--usr.bin/cmp/misc.c3
-rw-r--r--usr.bin/cmp/regular.c3
-rw-r--r--usr.bin/cmp/special.c3
7 files changed, 11 insertions, 5 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile
index 32bdfb03727..3dc0242e9be 100644
--- a/usr.bin/cmp/Makefile
+++ b/usr.bin/cmp/Makefile
@@ -1,4 +1,4 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:04 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1995/09/08 03:22:54 tls Exp $
PROG= cmp
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
index 4d3fd05ac40..8c3cd3b4e75 100644
--- a/usr.bin/cmp/cmp.1
+++ b/usr.bin/cmp/cmp.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: cmp.1,v 1.2 1996/06/26 05:32:04 deraadt Exp $
.\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c
index 51d17f8186c..dd1aa7c402d 100644
--- a/usr.bin/cmp/cmp.c
+++ b/usr.bin/cmp/cmp.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cmp.c,v 1.2 1996/06/26 05:32:05 deraadt Exp $ */
/* $NetBSD: cmp.c,v 1.7 1995/09/08 03:22:56 tls Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$NetBSD: cmp.c,v 1.7 1995/09/08 03:22:56 tls Exp $";
+static char rcsid[] = "$OpenBSD: cmp.c,v 1.2 1996/06/26 05:32:05 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h
index ca02c60020d..58dbadfd3c1 100644
--- a/usr.bin/cmp/extern.h
+++ b/usr.bin/cmp/extern.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: extern.h,v 1.2 1996/06/26 05:32:05 deraadt Exp $ */
/* $NetBSD: extern.h,v 1.2 1995/09/08 03:22:57 tls Exp $ */
/*-
diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c
index a6c83495c7e..4614a249518 100644
--- a/usr.bin/cmp/misc.c
+++ b/usr.bin/cmp/misc.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: misc.c,v 1.2 1996/06/26 05:32:06 deraadt Exp $ */
/* $NetBSD: misc.c,v 1.2 1995/09/08 03:22:58 tls Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$NetBSD: misc.c,v 1.2 1995/09/08 03:22:58 tls Exp $";
+static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/26 05:32:06 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c
index d1e8ceae8b4..68dd087dcf5 100644
--- a/usr.bin/cmp/regular.c
+++ b/usr.bin/cmp/regular.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: regular.c,v 1.2 1996/06/26 05:32:06 deraadt Exp $ */
/* $NetBSD: regular.c,v 1.2 1995/09/08 03:22:59 tls Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$NetBSD: regular.c,v 1.2 1995/09/08 03:22:59 tls Exp $";
+static char rcsid[] = "$OpenBSD: regular.c,v 1.2 1996/06/26 05:32:06 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c
index 4a25bb246e0..399072daa74 100644
--- a/usr.bin/cmp/special.c
+++ b/usr.bin/cmp/special.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: special.c,v 1.2 1996/06/26 05:32:07 deraadt Exp $ */
/* $NetBSD: special.c,v 1.2 1995/09/08 03:23:00 tls Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$NetBSD: special.c,v 1.2 1995/09/08 03:23:00 tls Exp $";
+static char rcsid[] = "$OpenBSD: special.c,v 1.2 1996/06/26 05:32:07 deraadt Exp $";
#endif
#endif /* not lint */