summaryrefslogtreecommitdiff
path: root/usr.bin/cmp
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
commita93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch)
tree1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /usr.bin/cmp
parentd2d8199ea25041ce5507c36316475bb4331b66ed (diff)
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r--usr.bin/cmp/Makefile2
-rw-r--r--usr.bin/cmp/cmp.12
-rw-r--r--usr.bin/cmp/cmp.c2
-rw-r--r--usr.bin/cmp/extern.h2
-rw-r--r--usr.bin/cmp/link.c2
-rw-r--r--usr.bin/cmp/misc.c2
-rw-r--r--usr.bin/cmp/regular.c2
-rw-r--r--usr.bin/cmp/special.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile
index d93f54bc0fd5..2181236e6182 100644
--- a/usr.bin/cmp/Makefile
+++ b/usr.bin/cmp/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/cmp/Makefile,v 1.6.14.1.10.1 2008/10/02 02:57:24 kensmith Exp $
PROG= cmp
SRCS= cmp.c link.c misc.c regular.c special.c
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
index 22ed9324eb87..4aad0f3b61b0 100644
--- a/usr.bin/cmp/cmp.1
+++ b/usr.bin/cmp/cmp.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cmp.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/cmp/cmp.1,v 1.12.12.1.10.1 2008/10/02 02:57:24 kensmith Exp $
.\"
.Dd June 6, 1993
.Dt CMP 1
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c
index 304aa7de4613..3475f03da93e 100644
--- a/usr.bin/cmp/cmp.c
+++ b/usr.bin/cmp/cmp.c
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/cmp/cmp.c,v 1.16.14.1.10.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h
index 1dd1c820e2fb..682ac4c17161 100644
--- a/usr.bin/cmp/extern.h
+++ b/usr.bin/cmp/extern.h
@@ -32,7 +32,7 @@
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/cmp/extern.h,v 1.4.14.1.10.1 2008/10/02 02:57:24 kensmith Exp $
*
*/
diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c
index fe45def9fb57..e0d81dd86622 100644
--- a/usr.bin/cmp/link.c
+++ b/usr.bin/cmp/link.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/cmp/link.c,v 1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <err.h>
diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c
index 53c6a9bf6dd3..c2c105c253e2 100644
--- a/usr.bin/cmp/misc.c
+++ b/usr.bin/cmp/misc.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/cmp/misc.c,v 1.7.30.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c
index 7a27f5e470c4..eebded0bff9f 100644
--- a/usr.bin/cmp/regular.c
+++ b/usr.bin/cmp/regular.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/cmp/regular.c,v 1.18.28.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/param.h>
#include <sys/mman.h>
diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c
index bbe3cb10fa81..a16859d4a529 100644
--- a/usr.bin/cmp/special.c
+++ b/usr.bin/cmp/special.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/cmp/special.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>