summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/parse.c')
-rw-r--r--usr.bin/indent/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c
index b8c9a39..d83176a 100644
--- a/usr.bin/indent/parse.c
+++ b/usr.bin/indent/parse.c
@@ -35,10 +35,10 @@
#if 0
#ifndef lint
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <stdio.h>
#include "indent_globs.h"
OpenPOWER on IntegriCloud