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..e187c2dde4b5e 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.14.1 2010/12/21 17:10:29 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 29088aae1128e..b355b62c38fa2 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.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 19, 2006 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 304aa7de4613a..e8cb78f18a9c7 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.14.1 2010/12/21 17:10:29 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 1dd1c820e2fba..be62e7384edd3 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.14.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index fe45def9fb573..586efcd26ac23 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.18.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 53c6a9bf6dd35..0fffe34b1ab59 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 7a27f5e470c42..73519b11e8dcf 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.36.1 2010/12/21 17:10:29 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 bbe3cb10fa819..c45fab1519b9d 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.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> |