diff options
Diffstat (limited to 'usr.bin/cmp/link.c')
-rw-r--r-- | usr.bin/cmp/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index fe45def9fb57..c18a3d9d0fc6 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.14.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <err.h> |