diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 |
| commit | 039ea811636f62633b18bcadb9f5332b215f7900 (patch) | |
| tree | 2b6265c3f691194eb9ff68f608c028eb43e14708 /usr.bin/xlint/lint2/chk.c | |
| parent | 0724db41d65f0854fe1349e284feceb8c5c047ed (diff) | |
Diffstat (limited to 'usr.bin/xlint/lint2/chk.c')
| -rw-r--r-- | usr.bin/xlint/lint2/chk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint2/chk.c b/usr.bin/xlint/lint2/chk.c index ddb9df677774..11a784929e7c 100644 --- a/usr.bin/xlint/lint2/chk.c +++ b/usr.bin/xlint/lint2/chk.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: chk.c,v 1.15 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/chk.c,v 1.2.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <ctype.h> #include <err.h> |
