diff options
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r-- | usr.bin/cmp/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/cmp/cmp.1 | 2 | ||||
-rw-r--r-- | usr.bin/cmp/cmp.c | 2 | ||||
-rw-r--r-- | usr.bin/cmp/extern.h | 2 | ||||
-rw-r--r-- | usr.bin/cmp/link.c | 2 | ||||
-rw-r--r-- | usr.bin/cmp/misc.c | 2 | ||||
-rw-r--r-- | usr.bin/cmp/regular.c | 2 | ||||
-rw-r--r-- | usr.bin/cmp/special.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index d93f54bc0fd5a..6e1606515b3f5 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.7 2005/08/23 13:13:13 brian 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 29088aae1128e..e030d0dbd2735 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.15 2006/12/19 10:34:14 ru Exp $ .\" .Dd December 19, 2006 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 304aa7de4613a..ed85502ce76ff 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.17 2005/08/23 13:13:13 brian Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index 1dd1c820e2fba..4f02e32e6c7d7 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.5 2005/08/23 13:13:13 brian Exp $ * */ diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index fe45def9fb573..9c8b3ca5e9c7b 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 2005/08/23 13:13:13 brian Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 53c6a9bf6dd35..7fc0470b5258a 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 2002/07/28 15:13:17 dwmalone Exp $"); #include <sys/types.h> diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 7a27f5e470c42..963cc9b9e7f26 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 2003/02/26 06:44:46 das Exp $"); #include <sys/param.h> #include <sys/mman.h> diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index bbe3cb10fa819..ab21146505bd0 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 2003/06/19 07:24:26 murray Exp $"); #include <sys/types.h> |