diff options
Diffstat (limited to 'usr.bin/xlint/lint1/main1.c')
-rw-r--r-- | usr.bin/xlint/lint1/main1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/main1.c b/usr.bin/xlint/lint1/main1.c index 29c872f4ef88..1db0d2dad43b 100644 --- a/usr.bin/xlint/lint1/main1.c +++ b/usr.bin/xlint/lint1/main1.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: main1.c,v 1.11 2002/01/29 02:43:38 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/main1.c,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <stdio.h> |