diff options
Diffstat (limited to 'usr.bin/xlint/lint2/read.c')
-rw-r--r-- | usr.bin/xlint/lint2/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint2/read.c b/usr.bin/xlint/lint2/read.c index 6288cc1862b6..2f233e282bd9 100644 --- a/usr.bin/xlint/lint2/read.c +++ b/usr.bin/xlint/lint2/read.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: read.c,v 1.12 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/read.c,v 1.10.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <ctype.h> #include <err.h> |