summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith.y
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/arith.y')
-rw-r--r--bin/sh/arith.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/arith.y b/bin/sh/arith.y
index 8438e09..1ced626 100644
--- a/bin/sh/arith.y
+++ b/bin/sh/arith.y
@@ -93,9 +93,9 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; }
#if 0
static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include "shell.h"
#include "error.h"
OpenPOWER on IntegriCloud