aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/c89
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-03 01:15:28 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-03 01:15:28 +0000
commit151aa6c35a6de8657f95ab1adcd8b4fb9222175b (patch)
treecbbb90beb2b35495bd5516bd299e07f619a27776 /usr.bin/c89
parent863475aa48a82cdf011dd7618ed43eecf059e958 (diff)
downloadsrc-151aa6c35a6de8657f95ab1adcd8b4fb9222175b.tar.gz
src-151aa6c35a6de8657f95ab1adcd8b4fb9222175b.zip
Notes
Diffstat (limited to 'usr.bin/c89')
-rw-r--r--usr.bin/c89/c89.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c
index 9559f02b5300..d47f2ad41fef 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>