diff options
Diffstat (limited to 'usr.bin/c99/c99.c')
-rw-r--r-- | usr.bin/c99/c99.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c index 553099f65cc16..ac90d11cf18ff 100644 --- a/usr.bin/c99/c99.c +++ b/usr.bin/c99/c99.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/c99/c99.c,v 1.4.24.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> |