diff options
author | markm <markm@FreeBSD.org> | 2001-12-03 01:15:28 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-03 01:15:28 +0000 |
commit | 518bba4cc16c1c16dee2f3eed6cca94a1756705b (patch) | |
tree | cbbb90beb2b35495bd5516bd299e07f619a27776 /usr.bin/c89 | |
parent | a37ff29e1e9de484d097dc2095c4839ea4462fd4 (diff) | |
download | FreeBSD-src-518bba4cc16c1c16dee2f3eed6cca94a1756705b.zip FreeBSD-src-518bba4cc16c1c16dee2f3eed6cca94a1756705b.tar.gz |
Use __FBSDID().
Diffstat (limited to 'usr.bin/c89')
-rw-r--r-- | usr.bin/c89/c89.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index 9559f02..d47f2ad 100644 --- a/usr.bin/c89/c89.c +++ b/usr.bin/c89/c89.c @@ -26,10 +26,10 @@ * SUCH DAMAGE. * */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ + +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); #include <err.h> #include <stdio.h> |