diff options
Diffstat (limited to 'usr.bin/xlint/lint1/emit1.c')
-rw-r--r-- | usr.bin/xlint/lint1/emit1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/emit1.c b/usr.bin/xlint/lint1/emit1.c index e62549c63c05b..5c0f5c60bee30 100644 --- a/usr.bin/xlint/lint1/emit1.c +++ b/usr.bin/xlint/lint1/emit1.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: emit1.c,v 1.11 2002/01/31 19:36:54 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/emit1.c,v 1.2 2002/12/30 21:18:13 schweikh Exp $"); #include <ctype.h> |