summaryrefslogtreecommitdiffstats
path: root/bin/echo/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/echo/echo.c')
-rw-r--r--bin/echo/echo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/echo/echo.c b/bin/echo/echo.c
index 989aaa3..6a7a2b1 100644
--- a/bin/echo/echo.c
+++ b/bin/echo/echo.c
@@ -41,9 +41,9 @@ static char const copyright[] =
#if 0
static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud