diff options
Diffstat (limited to 'usr.bin/c89/c89.c')
| -rw-r--r-- | usr.bin/c89/c89.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index 82d64275ed84..61de6a71e1b6 100644 --- a/usr.bin/c89/c89.c +++ b/usr.bin/c89/c89.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/c89/c89.c,v 1.4 2001/12/10 21:13:02 dwmalone Exp $"); #include <err.h> #include <stdio.h> |
